diff options
Diffstat (limited to 'src/_icons/world-longitude.svg')
-rw-r--r-- | src/_icons/world-longitude.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/world-longitude.svg b/src/_icons/world-longitude.svg new file mode 100644 index 00000000..af88c3fa --- /dev/null +++ b/src/_icons/world-longitude.svg @@ -0,0 +1,9 @@ +--- +tags: [earth, globe, global, language, union] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M11.5 3a11.2 11.2 0 0 0 0 18" /> + <path d="M12.5 3a11.2 11.2 0 0 1 0 18" /> + <line x1="12" y1="3" x2="12" y2="21" /> +</svg> |