blob: c79169ba7ccfbbb71275a3ff7f42d3aeefd108ce (
plain)
1
2
3
4
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect stroke="none" fill="white" x="42.5" y="0" width="15" height="100" />
<rect stroke="none" fill="white" x="0" y="42.5" width="100" height="15" />
</svg>
|