15 lines
581 B
XML
15 lines
581 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg width="16" height="16" viewBox="0 0 16 16" shape-rendering="crispEdges" fill="black" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="2" y="4" width="2" height="2" />
|
||
|
<rect x="5" y="4" width="6" height="2" />
|
||
|
<rect x="12" y="4" width="2" height="2" />
|
||
|
|
||
|
<rect x="2" y="7" width="2" height="2" />
|
||
|
<rect x="7" y="7" width="2" height="2" />
|
||
|
<rect x="12" y="7" width="2" height="2" />
|
||
|
|
||
|
<rect x="2" y="10" width="2" height="2" />
|
||
|
<rect x="7" y="10" width="2" height="2" />
|
||
|
<rect x="12" y="10" width="2" height="2" />
|
||
|
</svg>
|