update: add tab icon

This commit is contained in:
Nathan FONTEYNE 2026-07-10 11:35:18 +02:00
parent b46c727c85
commit 5e50385acd
8 changed files with 17 additions and 0 deletions

10
public/favicon.svg Normal file
View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#6c4cf0"/>
<stop offset="100%" stop-color="#9884f5"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="url(#g)"/>
<text x="16" y="23" text-anchor="middle" font-size="20" font-family="system-ui, sans-serif" fill="#ffffff">&#9835;</text>
</svg>

After

Width:  |  Height:  |  Size: 440 B