4 lines
215 B
XML
4 lines
215 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||
|
<polygon points="0,128 128,32 128,224" fill="#FFFFFF"/>
|
||
|
<line x1="128" y1="128" x2="256" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||
|
</svg>
|