blob: 9b75459c946d58f07258a0917c43c9ffca1b001a (
plain)
1
2
3
4
5
6
7
|
---
---
<svg>
<rect x="3" y="3" width="8" height="6" rx="2" ry="2"></rect>
<rect x="3" y="13" width="8" height="8" rx="2" ry="2"></rect>
<rect x="15" y="3" width="6" height="18" rx="2" ry="2"></rect>
</svg>
|