6 lines
410 B
XML
6 lines
410 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<path d="M4 32 L60 32" stroke="currentColor" stroke-width="5" stroke-linecap="round"/>
|
|
<path d="M12 32 A20 20 0 0 1 52 32" stroke="currentColor" stroke-width="5" stroke-linecap="round"/>
|
|
<path d="M12 32 A20 20 0 0 0 52 32" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-dasharray="2 5" opacity="0.5"/>
|
|
</svg>
|