mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-02 18:08:34 +00:00
Tidy up
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg viewBox="0 0 200 500" width="48" height="48" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1, 0, 0, 1, 0, 0)">
|
||||
<rect x="0" y="0" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
|
||||
<rect x="0" y="200" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
|
||||
<rect x="0" y="400" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
|
||||
<rect x="0" y="0" width="200" height="100" fill="blue" rx="40" ry="40"/>
|
||||
<rect x="0" y="200" width="200" height="100" fill="blue" rx="40" ry="40"/>
|
||||
<rect x="0" y="400" width="200" height="100" fill="blue" rx="40" ry="40"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 419 B |
Reference in New Issue
Block a user