diff options
Diffstat (limited to 'src/_icons/world-latitude.svg')
-rw-r--r-- | src/_icons/world-latitude.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/world-latitude.svg b/src/_icons/world-latitude.svg new file mode 100644 index 00000000..15e699a4 --- /dev/null +++ b/src/_icons/world-latitude.svg @@ -0,0 +1,9 @@ +--- +tags: [earth, globe, global, language, union] +--- +<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> |