10 lines
451 B
XML
10 lines
451 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="Handoff">
|
|||
|
|
<title>Handoff</title>
|
||
|
|
<!-- Two sessions facing each other, passing one memory between them. -->
|
||
|
|
<g fill="none" stroke="currentColor" stroke-width="6.5" stroke-linecap="round" opacity=".65">
|
||
|
|
<path d="M26 16Q10 32 26 48"/>
|
||
|
|
<path d="M38 16Q54 32 38 48"/>
|
||
|
|
</g>
|
||
|
|
<circle cx="32" cy="32" r="7" fill="currentColor"/>
|
||
|
|
</svg>
|