mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 12:38:15 +00:00
10 lines
416 B
XML
10 lines
416 B
XML
<svg height="30" viewBox="0 0 960 960" width="30" 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"/>
|
|
<text class="large colour2" dominant-baseline="middle" text-anchor="middle" x="480" y="520">!</text>
|
|
</svg>
|