Add favicon

This commit is contained in:
inubimambo
2025-07-09 21:32:56 +08:00
parent bcd5a52995
commit e6639cb37f
3 changed files with 108 additions and 0 deletions

32
public/favicon.svg Normal file
View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#007bff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0056b3;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="8" cy="8" r="7.5" fill="url(#grad1)" stroke="#ffffff" stroke-width="0.5"/>
<!-- Cat ears -->
<polygon points="4,4 6,2 8,4" fill="#ffffff" opacity="0.9"/>
<polygon points="8,4 10,2 12,4" fill="#ffffff" opacity="0.9"/>
<!-- Cat face -->
<ellipse cx="8" cy="9" rx="4" ry="3" fill="#ffffff" opacity="0.9"/>
<!-- Eyes -->
<circle cx="6.5" cy="8" r="0.7" fill="#007bff"/>
<circle cx="9.5" cy="8" r="0.7" fill="#007bff"/>
<!-- Nose -->
<polygon points="8,9 7.5,9.5 8.5,9.5" fill="#007bff"/>
<!-- Mouth -->
<path d="M 8 9.5 Q 7 10.5 6 10" stroke="#007bff" stroke-width="0.5" fill="none" stroke-linecap="round"/>
<path d="M 8 9.5 Q 9 10.5 10 10" stroke="#007bff" stroke-width="0.5" fill="none" stroke-linecap="round"/>
<!-- Small AI indicator -->
<text x="8" y="13" text-anchor="middle" font-family="Arial, sans-serif" font-size="3" font-weight="bold" fill="#ffffff">AI</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB