muerwre.github.io/components/icons/IconStar.vue
2022-11-04 18:29:11 +06:00

12 lines
255 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
height="48"
width="48"
viewBox="0 0 48 48"
>
<path
d="m11.65 44 3.25-14.05L4 20.5l14.4-1.25L24 6l5.6 13.25L44 20.5l-10.9 9.45L36.35 44 24 36.55Z"
/>
</svg>
</template>