blob: 0561639d743588763c67a68ed406d69fc3c1c750 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="10" y1="12" x2="20" y2="12" />
<line x1="10" y1="12" x2="14" y2="16" />
<line x1="10" y1="12" x2="14" y2="8" />
<line x1="4" y1="4" x2="4" y2="20" />
</svg>
|