diff options
Diffstat (limited to 'src/icons/compass.svg')
-rw-r--r-- | src/icons/compass.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/icons/compass.svg b/src/icons/compass.svg new file mode 100644 index 00000000..72025726 --- /dev/null +++ b/src/icons/compass.svg @@ -0,0 +1,14 @@ +--- +category: Map +tags: [navigation, safari, travel, direction, discover] +version: "1.0" +unicode: "ea79" +--- +<svg> + <polyline points="8 16 10 10 16 8 14 14 8 16" /> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="3" x2="12" y2="5" /> + <line x1="12" y1="19" x2="12" y2="21" /> + <line x1="3" y1="12" x2="5" y2="12" /> + <line x1="19" y1="12" x2="21" y2="12" /> +</svg> |