mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
17 lines
919 B
XML
17 lines
919 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg width="300px" height="400px" viewBox="-150 -50 300 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="none" fill="#000000">
|
||
|
<rect x="-150" y="0" width="20" height="300"/>
|
||
|
<rect x="130" y="0" width="20" height="300"/>
|
||
|
<path id="it_storage_arc" d="M -150,10 A 150,40 0 0 0 150,10 L 150,-10 L 130,-10 A 130,40 0 0 1 -130,-10 L -150,-10 Z"/>
|
||
|
<use xlink:href="#it_storage_arc" transform="rotate(180)"/>
|
||
|
<use xlink:href="#it_storage_arc" transform="translate(0,100)"/>
|
||
|
<use xlink:href="#it_storage_arc" transform="translate(0,200)"/>
|
||
|
<use xlink:href="#it_storage_arc" transform="translate(0,300)"/>
|
||
|
<circle cx="100" cy="80" r="15"/>
|
||
|
<circle cx="40" cy="90" r="15"/>
|
||
|
<circle cx="100" cy="180" r="15"/>
|
||
|
<circle cx="40" cy="190" r="15"/>
|
||
|
<circle cx="100" cy="280" r="15"/>
|
||
|
<circle cx="40" cy="290" r="15"/>
|
||
|
</svg>
|