blob: 3a6290fa4d9686899e9ae2ab134494ce3224288a (
plain)
1
2
3
4
5
6
7
8
|
---
tags: [position, element, design]
---
<svg>
<line x1="4" y1="12" x2="9" y2="12" />
<line x1="15" y1="12" x2="20" y2="12" />
<rect x="9" y="6" width="6" height="12" rx="2" />
</svg>
|