Files
tps/src/modules/heijkunka/assets/HatItem.vue
2026-01-02 10:07:53 +01:00

21 lines
576 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-chef-hat"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4 4 0 1 1 2.092 -7.723a4 4 0 0 1 3.908 -3.151z"
/>
<path d="M6.161 17.009l11.839 -.009" />
</svg>
</template>