diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 19:58:36 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 19:58:36 +0100 |
commit | 1607c3b44c9da3de04d9b2ac595dee31fced1e18 (patch) | |
tree | 30f7e19afb8a6d4f85a67df6a742500680b07891 /_icons/world.svg | |
parent | charts (diff) | |
download | tabler-icons-1607c3b44c9da3de04d9b2ac595dee31fced1e18.tar.xz |
heart fix, puzzle, moon fix, world
Diffstat (limited to '_icons/world.svg')
-rw-r--r-- | _icons/world.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/world.svg b/_icons/world.svg new file mode 100644 index 00000000..11a41f34 --- /dev/null +++ b/_icons/world.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <path d="M12 3a12 12 0 000 18" /> + <path d="M12 3a12 12 0 010 18" /> +</svg> |