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