This commit is contained in:
Vladislav Makhov 2020-10-02 16:49:24 +03:00
parent cdc0e92cc1
commit 3e4cdf4379
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.23444 10.26C6.08781 10.1822 5.9121 10.1822 5.76548 10.26L2.80763 11.8305C2.43495 12.0284 1.99985 11.7041 2.08295 11.2905L2.73312 8.05376C2.76511 7.89449 2.71774 7.72961 2.60608 7.61162L0.257285 5.12949C-0.0262119 4.8299 0.154519 4.33524 0.564378 4.28898L3.73005 3.93166C3.90517 3.91189 4.05696 3.80139 4.12956 3.6408L5.54436 0.511585C5.7216 0.119568 6.27831 0.119568 6.45556 0.511585L7.87035 3.6408C7.94296 3.80139 8.09474 3.91189 8.26987 3.93166L11.4355 4.28898C11.8454 4.33524 12.0261 4.8299 11.7426 5.12949L9.39383 7.61162C9.28218 7.72961 9.23481 7.89449 9.2668 8.05376L9.91701 11.2904C10.0001 11.7041 9.565 12.0284 9.19232 11.8305L6.23444 10.26Z" fill="#EDC409"/>
</svg>

After

Width:  |  Height:  |  Size: 783 B

View File

@ -191,6 +191,7 @@ import OrigRotateRight from "./rotate.right.react.svg";
import OrigFavorites from "./favorites.react.svg";
import OrigCatalogFavoritesIcon from "./catalog.favorites.react.svg";
import OrigFavoriteIcon from "./favorite.react.svg";
export const AZSortingIcon = createStyledIcon(
OrigAZSortingIcon,
@ -744,3 +745,7 @@ export const CatalogFavoritesIcon = createStyledIcon(
OrigCatalogFavoritesIcon,
"CatalogFavoritesIcon"
);
export const FavoriteIcon = createStyledIcon(
OrigFavoriteIcon,
"FavoriteIcon"
);