blob: 12196ba8113ed507d35a07c641bead42b4fdf0e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
tags: [direction, north]
category: Arrows
version: "1.57"
---
<svg>
<circle cx="9" cy="12" r="3" />
<path d="M9 15v6" />
<path d="M11.5 9.5l6.5 -6.5" />
<path d="M13 3h5v5" />
</svg>
|