blob: fb8b245b9cd0d009643089477bfa9b254371c71e (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: Design
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>
|