mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-02-13 01:43:08 +00:00
16 lines
413 B
XML
16 lines
413 B
XML
export function FavoriteIcon() {
|
|
return (
|
|
<svg
|
|
width="16"
|
|
height="15"
|
|
viewBox="0 0 16 15"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M8.00018 11.75L3.59168 14.4425L4.79018 9.4175L0.867676 6.0575L6.01643 5.645L8.00018 0.875L9.98393 5.645L15.1334 6.0575L11.2102 9.4175L12.4087 14.4425L8.00018 11.75Z"
|
|
fill="#969696"
|
|
/>
|
|
</svg>
|
|
);
|
|
}
|