diff options
Diffstat (limited to 'src/icons/world-latitude.svg')
-rw-r--r-- | src/icons/world-latitude.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/world-latitude.svg b/src/icons/world-latitude.svg new file mode 100644 index 00000000..64823d86 --- /dev/null +++ b/src/icons/world-latitude.svg @@ -0,0 +1,12 @@ +--- +category: Map +tags: [earth, globe, global, language, union] +version: "1.26" +unicode: "ed2e" +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="4.6" y1="7" x2="19.4" y2="7" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <line x1="4.6" y1="17" x2="19.4" y2="17" /> +</svg> |