diff options
Diffstat (limited to 'icons/world.svg')
-rw-r--r-- | icons/world.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/icons/world.svg b/icons/world.svg index f12a078..a7e0ed9 100644 --- a/icons/world.svg +++ b/icons/world.svg @@ -1,8 +1,9 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-world" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <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" /> + <path d="M12 3a12 12 0 0 0 0 18" /> + <path d="M12 3a12 12 0 0 1 0 18" /> </svg> |