2026-07-27 06:22:51 -07:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="shared-memory">
|
|
|
|
|
<title>shared-memory</title>
|
|
|
|
|
<!--
|
|
|
|
|
Transparent, currentColor variant of the mark for in-app use - inherits
|
|
|
|
|
the surrounding text color so it works on any surface. The tile version
|
2026-08-12 14:09:56 -07:00
|
|
|
used as the favicon lives at app/icon.svg, and the horizontal lockup at
|
|
|
|
|
public/lockup.svg.
|
|
|
|
|
|
|
|
|
|
Three retrieval signals converging on a single memory. Proportions are
|
|
|
|
|
set by the 16px case, which is the one that breaks: the strokes stop at
|
|
|
|
|
x=30 so the gap to the node survives rasterisation, the outer pair sits
|
|
|
|
|
at .7 rather than .45 so it doesn't drop out, and the node is r=8.5.
|
|
|
|
|
The earlier proportions rendered as an indeterminate smear in a browser
|
|
|
|
|
tab.
|
2026-07-27 06:22:51 -07:00
|
|
|
-->
|
|
|
|
|
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="7">
|
2026-08-12 14:09:56 -07:00
|
|
|
<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"/>
|
2026-07-27 06:22:51 -07:00
|
|
|
</g>
|
2026-08-12 14:09:56 -07:00
|
|
|
<circle cx="46" cy="32" r="8.5" fill="currentColor"/>
|
2026-07-27 06:22:51 -07:00
|
|
|
</svg>
|