8 lines
312 B
XML
8 lines
312 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="#007a3d"/>
|
|
<rect width="12" height="2" y="2" fill="#fff"/>
|
|
<rect width="12" height="2" y="4" fill="#ce1126"/>
|
|
<polygon points="0,0 3,2 3,4 0,6"/>
|
|
</svg>
|