17 lines
412 B
XML
17 lines
412 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
fill="none"
|
|
height="16"
|
|
shape-rendering="geometricPrecision"
|
|
stroke="white"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
strokeWidth="1.5"
|
|
viewBox="0 0 24 24"
|
|
width="24"
|
|
>
|
|
<path d="M3 3h7v7H3z" />
|
|
<path d="M14 3h7v7h-7z" />
|
|
<path d="M14 14h7v7h-7z" />
|
|
<path d="M3 14h7v7H3z" />
|
|
</svg> |