20 lines
625 B
XML
20 lines
625 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
|
|
|
|
<rect
|
|
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x="5.5" y="1.5" width="7" height="3" />
|
|
|
|
<rect
|
|
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x="1.5" y="6.5" width="11" height="3" />
|
|
|
|
<rect
|
|
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x="7.5" y="11.5" width="5" height="3" />
|
|
|
|
<line
|
|
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x1="14.5" y1="1" x2="14.5" y2="15" />
|
|
|
|
</svg>
|