18 lines
396 B
XML
18 lines
396 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"
|
||
|
>
|
||
|
<rect x="9" y="2" width="6" height="6" />
|
||
|
<rect x="16" y="16" width="6" height="6" />
|
||
|
<rect x="2" y="16" width="6" height="6" />
|
||
|
<path d="M5 16v-4h14v4" />
|
||
|
<path d="M12 12V8" />
|
||
|
</svg>
|