5 lines
247 B
XML
5 lines
247 B
XML
<svg width="100" height="100" viewbox="0 0 100 100" class="%state%">
|
|
<rect x="5" y="20" width="90" height="60" />
|
|
<rect x="45" y="20" width="50" height="60" class="enabled" />
|
|
<rect x="5" y="20" width="50" height="60" class="disabled" />
|
|
</svg> |