17 lines
318 B
XML
17 lines
318 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 3 9 15" />
|
|
<path d="M12 3H3v18h18v-9" />
|
|
<path d="M16 3h5v5" />
|
|
<path d="M14 15H9v-5" />
|
|
</svg>
|