17 lines
847 B
XML
17 lines
847 B
XML
<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.
|
||
|
|
Opacity is held equal on the outer pair so the mark stays balanced at 16px.
|
||
|
|
-->
|
||
|
|
<g fill="none" stroke-linecap="round" stroke-width="7">
|
||
|
|
<path d="M13 15C25 15 26 32 35 32" stroke="#0092fd" opacity=".55"/>
|
||
|
|
<path d="M13 32H35" stroke="#49a9ff"/>
|
||
|
|
<path d="M13 49C25 49 26 32 35 32" stroke="#0092fd" opacity=".55"/>
|
||
|
|
</g>
|
||
|
|
<circle cx="45" cy="32" r="7.5" fill="#76c0ff"/>
|
||
|
|
</svg>
|