Skwik/public/favicon.svg
Samuel Prevost 923e969bdf chore(logo): replace squirrel SVG with the 📐 emoji
SkwikLogo renders 📐 in an inline span sized via the existing `size`
prop (font-size = round(size * 0.9)). Favicon becomes an SVG with a
single <text> element rendering the same emoji.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 10:04:00 +02:00

10 lines
214 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="32" height="32">
<text
x="50%"
y="50%"
text-anchor="middle"
dominant-baseline="central"
font-size="56"
>📐</text>
</svg>