diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
commit | 666351d23e4ab00fc2abda36099c1f853b362375 (patch) | |
tree | 7f1d4268d68754c3909bd14ac0badbc16a285c4f /src/_icons/world-longitude.svg | |
parent | icons categories (diff) | |
download | tabler-icons-666351d23e4ab00fc2abda36099c1f853b362375.tar.xz |
8 new icons: `brand-appstore`, `brand-google-play`, `building-monument`, `circle-dashed`, `circle-dotted`, `mood-boy`, `world-latitude`, `world-longitude`
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> |