add filter

This commit is contained in:
Виталий Лавшонок
2025-11-08 15:54:49 +03:00
parent f7924cd564
commit 1cbd2dc0b3
14 changed files with 373 additions and 134 deletions

View File

@@ -1,6 +1,7 @@
import FilterActive from './filters-active.svg';
import Filter from './filters.svg';
import Sort from './sort.svg';
import SortActive from './sort-active.svg';
import iconFilterActive from './filters-active.svg';
import iconFilter from './filters.svg';
import iconSort from './sort.svg';
import iconSortActive from './sort-active.svg';
import iconSearch from './search.svg';
export { Filter, FilterActive, Sort, SortActive };
export { iconFilter, iconFilterActive, iconSort, iconSortActive, iconSearch };

View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.927 17.04L20.4001 20.4M19.2801 11.44C19.2801 15.7699 15.77 19.28 11.4401 19.28C7.11019 19.28 3.6001 15.7699 3.6001 11.44C3.6001 7.11009 7.11019 3.60001 11.4401 3.60001C15.77 3.60001 19.2801 7.11009 19.2801 11.44Z" stroke="#576466" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 389 B