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>
|
|
|
|
|
<rect width="64" height="64" rx="14" fill="#11151b"/>
|
|
|
|
|
<!--
|
|
|
|
|
Three retrieval signals - vector, full-text, tags - converging on a single
|
|
|
|
|
memory. The direct match runs straight through at full strength; the two
|
|
|
|
|
ranked neighbours fall back, which is the fusion the search actually does.
|
2026-08-12 14:09:56 -07:00
|
|
|
|
|
|
|
|
Every proportion here is set by the 16px browser-tab case. The outer pair
|
|
|
|
|
is held at .7 (not .55) because below that it rasterises away entirely,
|
|
|
|
|
the strokes stop at x=30 so the gap to the node doesn't fill in, and the
|
|
|
|
|
node is r=8.5 so it still reads as a disc. Geometry is identical to
|
|
|
|
|
public/logo.svg; only the palette differs.
|
2026-07-27 06:22:51 -07:00
|
|
|
-->
|
|
|
|
|
<g fill="none" stroke-linecap="round" stroke-width="7">
|
2026-08-12 14:09:56 -07:00
|
|
|
<path d="M12 16C24 16 25 32 30 32" stroke="#0092fd" opacity=".7"/>
|
|
|
|
|
<path d="M12 32H30" stroke="#49a9ff"/>
|
|
|
|
|
<path d="M12 48C24 48 25 32 30 32" stroke="#0092fd" 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="#76c0ff"/>
|
2026-07-27 06:22:51 -07:00
|
|
|
</svg>
|