8 lines
306 B
XML
8 lines
306 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="300" viewBox="0 0 6 4">
|
|
<rect fill="#00A551" width="6" height="4"/>
|
|
<rect fill="#FFD500" width="6" height="3"/>
|
|
<rect fill="#1A206D" width="6" height="2"/>
|
|
<rect fill="#EA2839" width="6" height="1"/>
|
|
</svg>
|