18 lines
332 B
XML
18 lines
332 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="M11 11h4" />
|
||
|
<path d="M11 15h7" />
|
||
|
<path d="M11 19h10" />
|
||
|
<path d="M9 7 6 4 3 7" />
|
||
|
<path d="M6 6v14" />
|
||
|
</svg>
|