blob: 595477e2d0a434239a1c436a2c8d2d3638d6c376 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [direction, north]
category: Arrows
version: "1.35"
---
<svg>
<line x1="12" y1="18" x2="12" y2="3" />
<path d="M15 6l-3 -3l-3 3" />
<path d="M15 21l-3 -3l-3 3" />
</svg>
|