freekake_webapp/components/icon/icon-list-check.vue
2025-06-29 22:23:57 +07:00

11 lines
856 B
Vue

<template>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 5.5L3.21429 7L7.5 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path opacity="0.5" d="M2 12.5L3.21429 14L7.5 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M2 19.5L3.21429 21L7.5 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M22 19L12 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<path opacity="0.5" d="M22 12L12 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<path d="M22 5L12 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
</svg>
</template>