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