feat: add minimal SVG favicon

This commit is contained in:
notshop 2026-04-26 17:17:39 +00:00
parent f13d623708
commit d5c8d5ad3b

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect width="32" height="32" rx="8" fill="#1e293b"/>
<path d="M8 10h16M8 16h16M8 22h10" stroke="#f8fafc" stroke-width="2.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 233 B