7 lines
389 B
XML
7 lines
389 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" height="230" width="300">
|
||
|
<path d="M150 0 L0 130 L55 130 L150 50 L240 130 L300 130 Z" fill="#fff"/>
|
||
|
<line x1="70" y1="92" x2="70" y2="250" style="stroke:#fff;stroke-width:45" />
|
||
|
<line x1="230" y1="30" x2="230" y2="250" style="stroke:#fff;stroke-width:45" />
|
||
|
<line x1="70" y1="150" x2="230" y2="150" style="stroke:#fff;stroke-width:45" />
|
||
|
</svg>
|