floranet/src/components/icons/IconCheck.vue

22 lines
482 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="45"
height="44"
viewBox="0 0 45 44"
fill="none"
>
<path
d="M22.5 44C34.9264 44 45 34.1503 45 22C45 9.84974 34.9264 0 22.5 0C10.0736 0 0 9.84974 0 22C0 34.1503 10.0736 44 22.5 44Z"
fill="#CDEBD2"
/>
<path
d="M12 21.0206L18.9891 29L33 13"
stroke="#045E4E"
stroke-width="3"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</template>