Files
Web4Rail/resources/svg/Switch.svg
2021-02-10 13:22:56 +01:00

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>