feat: stats and svg files in their component

This commit is contained in:
Julien Calixte
2026-01-02 10:07:53 +01:00
parent 12c9fef5ce
commit c4bdecf323
9 changed files with 217 additions and 129 deletions

View File

@@ -0,0 +1,20 @@
<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>