5 lines
203 B
XML
5 lines
203 B
XML
<svg width="100" height="100" viewbox="0 0 100 100">
|
|
<rect x="35" y="0" width="30" height="100" />
|
|
<polygon class="left" points="65,0 100,35 100,65 35,0" />
|
|
<polygon points="35,0 65,0 65,35" />
|
|
</svg> |