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>
10 lines
214 B
XML
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>
|