Files
ai-code-app/public/favicon.svg
2026-04-21 03:33:23 +09:00

14 lines
404 B
XML
Executable File

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#165dff" />
<stop offset="100%" stop-color="#28c76f" />
</linearGradient>
</defs>
<rect width="64" height="64" rx="16" fill="url(#bg)" />
<path
d="M20 20h24v6H26v10h16v6H26v2h18v6H20z"
fill="#fff"
/>
</svg>