6 lines
321 B
XML
6 lines
321 B
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 12 6">
|
|
<rect width="12" height="2" fill="#00732f" id="green"/>
|
|
<rect width="12" height="2" y="2" fill="#fff"/>
|
|
<rect width="12" height="2" y="4"/>
|
|
<rect width="3" height="6" fill="#f00" id="red"/></svg>
|