mirror of
https://github.com/esphome/esphome.git
synced 2026-08-29 01:03:29 +00:00
6 lines
248 B
XML
6 lines
248 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="10mm" height="10mm" viewBox="0 0 100 100">
|
|
<rect x="0" y="0" width="100" height="100" fill="#00FF00"/>
|
|
<circle cx="50" cy="50" r="30" fill="#0000FF"/>
|
|
</svg>
|