9 lines
473 B
XML
9 lines
473 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||
|
|
<!-- sirius.x — brightest-star favicon. Rounded dark square + 4-point sparkle
|
||
|
|
in the Silent Mode acid green so it reads clearly at 16x16 tab-icon size
|
||
|
|
while staying legible against both light and dark browser chromes. -->
|
||
|
|
<rect width="64" height="64" rx="12" fill="#0b0e14"/>
|
||
|
|
<path d="M32 4 L36.4 27.6 L60 32 L36.4 36.4 L32 60 L27.6 36.4 L4 32 L27.6 27.6 Z"
|
||
|
|
fill="#d6ff3d"/>
|
||
|
|
</svg>
|