blob: 5f9706fd0fdbb931e5b593ec03492e8d276a573f (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [back, swipe, return]
category: Arrows
version: "1.0"
---
<svg>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="11" y2="18" />
<line x1="5" y1="12" x2="11" y2="6" />
</svg>
|