12 lines
455 B
XML
12 lines
455 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
|
<rect width="2" height="2" x="1" y="1" />
|
|
<rect width="2" height="2" x="5" y="1" />
|
|
<rect width="2" height="2" x="9" y="1" />
|
|
<rect width="2" height="2" x="1" y="5" />
|
|
<rect width="2" height="2" x="5" y="5" />
|
|
<rect width="2" height="2" x="9" y="5" />
|
|
<rect width="2" height="2" x="1" y="9" />
|
|
<rect width="2" height="2" x="5" y="9" />
|
|
<rect width="2" height="2" x="9" y="9" />
|
|
</svg>
|