added switch tile and corresponding condition
This commit is contained in:
5
resources/svg/Switch.svg
Normal file
5
resources/svg/Switch.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 247 B |
Reference in New Issue
Block a user