mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 12:38:15 +00:00
13 lines
440 B
XML
13 lines
440 B
XML
<svg height="53" viewBox="0 0 960 960" width="53" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
.colour1 { stroke: #aa0000; }
|
|
.colour2 { fill: #ff1111; }
|
|
text.large { font: bold 600px sans-serif; }
|
|
</style>
|
|
<circle class="colour1" cx="480" cy="480" fill-opacity="0.0" r="400" stroke-width="60"/>
|
|
<g class="colour2">
|
|
<rect height="360" rx="40" ry="40" width="120" x="420" y="220"/>
|
|
<circle cx="480" cy="710" r="60"/>
|
|
</g>
|
|
</svg>
|