15 lines
629 B
XML
15 lines
629 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
<rect x="2" y="5" width="1" height="2" />
|
|
<rect x="13" y="5" width="1" height="2" />
|
|
<rect x="13" y="9" width="1" height="2" />
|
|
<rect x="2" y="9" width="1" height="2" />
|
|
<polygon points="3 14 3 13 2 13 2 15 5 15 5 14 3 14" />
|
|
<polygon points="13 13 13 14 11 14 11 15 14 15 14 13 13 13" />
|
|
<rect x="7" y="1" width="2" height="1" />
|
|
<rect x="7" y="14" width="2" height="1" />
|
|
<polygon points="2 1 2 3 3 3 3 2 5 2 5 1 2 1" />
|
|
<polygon points="11 1 11 2 13 2 13 3 14 3 14 1 11 1" />
|
|
<circle cx="6.5" cy="5.5" r="2.5" />
|
|
<circle cx="10" cy="11" r="2" />
|
|
</svg>
|