mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-13 04:28:14 +00:00
10 lines
423 B
XML
10 lines
423 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960" height="48" width="48">
|
|
<style>
|
|
.colour1 { stroke: #aa0000; }
|
|
.colour2 { fill: #ff1111; }
|
|
text.large { font: bold 600px sans-serif; }
|
|
</style>
|
|
<circle class="colour1" cx="480" cy="480" r="400" stroke-width="60" fill-opacity="0.0" />
|
|
<text class="large colour2" x="480" y="520" text-anchor="middle" dominant-baseline="middle">!</text>
|
|
</svg>
|