8 lines
357 B
XML
8 lines
357 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 600 300">
|
|
<rect fill="#6Cf" width="600" height="300"/>
|
|
<polygon fill="#FFF" points="200,274 300,260 400,274 300,27"/>
|
|
<polygon points="213.5,274 300,260 386.5,274 300,60"/>
|
|
<polygon fill="#FCD116" points="200,274 400,274 300,150"/>
|
|
</svg>
|