10 lines
519 B
XML
10 lines
519 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="500" viewBox="0 0 20 10">
|
|
<rect fill="#078930" width="20" height="10"/>
|
|
<rect fill="#FFF" width="20" height="7"/>
|
|
<rect width="20" height="3"/>
|
|
<rect fill="#DA121A" y="3.5" width="20" height="3"/>
|
|
<polygon fill="#0F47AF" points="0,0 8.660254,5 0,10"/>
|
|
<polygon fill="#FCDD09" points="-513674,0 415571,301930 -158734,-488533 -158734,488533 415571,-301930" transform="translate(2.88675,5) scale(0.000003114816)"/>
|
|
</svg>
|