nova-ui/components/icons/Success.vue
2022-12-04 07:02:30 +01:00

15 lines
462 B
Vue

<template>
<svg viewBox="0 0 24 24" fill="#69db99">
<path
fill-rule="evenodd"
d="M12 23.2A11.2 11.2 0 1 0 12 .8a11.2 11.2 0 0 0 0 22.4Zm0 .8a12 12 0 1 0 0-24 12 12 0 0 0 0 24Z"
clip-rule="evenodd"
/>
<path
fill-rule="evenodd"
d="M17.76 8.2c.3.28.32.75.04 1.06l-6.86 7.5a.75.75 0 0 1-1.1 0L6.2 12.79a.75.75 0 1 1 1.1-1.02l3.08 3.37 6.32-6.9a.75.75 0 0 1 1.06-.04Z"
clip-rule="evenodd"
/>
</svg>
</template>