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

14 lines
421 B
XML
Executable File

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<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="512" height="512" rx="128" fill="url(#bg)" />
<path
d="M160 160h192v52H214v84h126v52H214v16h138v52H160z"
fill="#fff"
/>
</svg>