dex/public/icon.svg
chris cd2655011f Scaffold Pokedex PWA (Vite + Workbox)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-27 10:54:36 -04:00

8 lines
410 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Pokédex">
<rect width="512" height="512" rx="96" fill="#b3161a"/>
<circle cx="256" cy="256" r="150" fill="#fff"/>
<path d="M106 256a150 150 0 0 1 300 0Z" fill="#111"/>
<rect x="106" y="240" width="300" height="32" fill="#111"/>
<circle cx="256" cy="256" r="54" fill="#fff" stroke="#111" stroke-width="22"/>
</svg>