17 lines
347 B
XML
17 lines
347 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="24"
|
||
|
height="24"
|
||
|
viewBox="0 0 24 24"
|
||
|
fill="none"
|
||
|
stroke="currentColor"
|
||
|
stroke-width="2"
|
||
|
stroke-linecap="round"
|
||
|
stroke-linejoin="round"
|
||
|
>
|
||
|
<path d="M21 2v6h-6" />
|
||
|
<path d="M3 12a9 9 0 0 1 15-6.7L21 8" />
|
||
|
<path d="M3 22v-6h6" />
|
||
|
<path d="M21 12a9 9 0 0 1-15 6.7L3 16" />
|
||
|
</svg>
|