17 lines
826 B
XML
17 lines
826 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 96">
|
||
|
|
<!-- theseus.x wordmark for OpenGraph previews. Compass mark on the left,
|
||
|
|
wordmark on the right; kept single-color palette (dark + acid + red
|
||
|
|
bearing) so it survives dark and light preview cards. -->
|
||
|
|
<g>
|
||
|
|
<rect x="8" y="16" width="64" height="64" rx="12" fill="#0b0e14"/>
|
||
|
|
<path d="M40 22 L46 48 L34 48 Z" fill="#e04e4e"/>
|
||
|
|
<path d="M46 48 L40 74 L34 48 Z" fill="#d6ff3d"/>
|
||
|
|
<path d="M14 48 L40 43 L66 48 L40 53 Z" fill="#d6ff3d" opacity="0.55"/>
|
||
|
|
<circle cx="40" cy="48" r="3" fill="#0b0e14"/>
|
||
|
|
</g>
|
||
|
|
<text x="88" y="60" font-family="system-ui, -apple-system, Segoe UI, Roboto, sans-serif"
|
||
|
|
font-size="30" font-weight="600" fill="#e7eaf1" letter-spacing=".5">
|
||
|
|
theseus<tspan fill="#d6ff3d">.x</tspan>
|
||
|
|
</text>
|
||
|
|
</svg>
|