blob: aefeeb32bdfaf690d4e3ae967aec4107a82c071d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
category: Design
tags: [grid, columns, masonry, collage]
version: "1.0"
---
<svg>
<rect x="4" y="4" width="6" height="5" rx="2" />
<rect x="4" y="13" width="6" height="7" rx="2" />
<rect x="14" y="4" width="6" height="7" rx="2" />
<rect x="14" y="15" width="6" height="5" rx="2" />
</svg>
|