mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 04:28:14 +00:00
10 lines
416 B
XML
10 lines
416 B
XML
<svg height="21" viewBox="0 0 960 960" width="21" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
.colour1 { stroke: #ffffff; }
|
|
.colour2 { fill: #ffffff; }
|
|
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>
|