20 lines
422 B
XML
20 lines
422 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="M3 7q 4.5 -3 9 0t 9 0" />
|
|
<path d="M3 17q 4.5 -3 9 0q .213 .142 .427 .27" />
|
|
<path d="M3 12q 4.5 -3 9 0q 2.006 1.338 4.012 1.482" />
|
|
<path d="M19 16v6" />
|
|
<path d="M22 19l-3 3l-3 -3" />
|
|
</svg>
|