blob: d4a605409d99c408178cd783f78f720f2586efea (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags: [position, design, element, doable]
category: Design
version: "1.8"
---
<svg>
<rect x="4" y="4" width="16" height="6" rx="2" />
<rect x="4" y="14" width="16" height="6" rx="2" />
</svg>
|