This commit is contained in:
rouce 2023-09-14 18:53:05 -04:00
parent aeaf78c516
commit d5d6be3fc1
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-checklist" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />
<path d="M14 19l2 2l4 -4" />
<path d="M9 8h4" />
<path d="M9 12h2" />
</svg>

After

Width:  |  Height:  |  Size: 447 B

View file

@ -9,6 +9,6 @@ menu:
main:
weight: -10
params:
icon: user
icon: checklist
---