7 lines
273 B
XML
7 lines
273 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1500" height="1000" viewBox="0 0 3 2">
|
||
|
<rect width="1" height="2" fill="#009246"/>
|
||
|
<rect width="1" height="2" x="1" fill="#fff"/>
|
||
|
<rect width="1" height="2" x="2" fill="#ce2b37"/>
|
||
|
</svg>
|