14 lines
751 B
XML
14 lines
751 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 292 64" width="292" height="64" role="img" aria-label="shared-memory">
|
|||
|
|
<title>shared-memory lockup</title>
|
||
|
|
<!-- Horizontal lockup: rebalanced mark + monospace wordmark on a shared baseline. -->
|
||
|
|
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="7">
|
||
|
|
<path d="M12 16C24 16 25 32 30 32" opacity=".7"/>
|
||
|
|
<path d="M12 32H30"/>
|
||
|
|
<path d="M12 48C24 48 25 32 30 32" opacity=".7"/>
|
||
|
|
</g>
|
||
|
|
<circle cx="46" cy="32" r="8.5" fill="currentColor"/>
|
||
|
|
<text x="72" y="41" fill="currentColor"
|
||
|
|
font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace"
|
||
|
|
font-size="26" letter-spacing="-0.8">shared<tspan opacity=".45">-</tspan>memory</text>
|
||
|
|
</svg>
|