blob: a293b06172e9717203e02548817992572e788dbd (
plain)
1
2
3
4
5
6
7
8
|
---
---
<svg>
<rect x="4" y="4" width="6" height="6" rx="1" />
<rect x="14" y="4" width="6" height="6" rx="1" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<rect x="14" y="14" width="6" height="6" rx="1" />
</svg>
|