blob: b04e50ae4d4b60ed58983af7114e0aee209a828a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
tags: [direction, up, north, south, down, higher, lower]
category: Arrows
version: "1.73"
---
<svg>
<path d="M9 18l3 3l3 -3" />
<path d="M12 15v6" />
<path d="M15 6l-3 -3l-3 3" />
<path d="M12 3v6" />
</svg>
|