7 lines
324 B
XML
7 lines
324 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1500" height="1000" viewBox="0 0 15 10">
|
|
<rect width="15" height="10" fill="#fcd116" id="Yellow"/>
|
|
<rect width="15" height="5" y="5" fill="#e8112d" id="Red"/>
|
|
<rect width="6" height="10" fill="#008751" id="Green"/>
|
|
</svg>
|