7 lines
441 B
XML
7 lines
441 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
<path d="M6 6L14 14" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M14 6L6 14" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
<circle cx="6" cy="6" r="2.5" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
<circle cx="14" cy="14" r="2.5" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
</svg>
|