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 | |
parent | charts (diff) | |
download | tabler-icons-1607c3b44c9da3de04d9b2ac595dee31fced1e18.tar.xz |
heart fix, puzzle, moon fix, world
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/heart.svg | 2 | ||||
-rw-r--r-- | _icons/moon.svg | 2 | ||||
-rw-r--r-- | _icons/puzzle.svg | 5 | ||||
-rw-r--r-- | _icons/world.svg | 8 |
4 files changed, 15 insertions, 2 deletions
diff --git a/_icons/heart.svg b/_icons/heart.svg index de4162ed..9f9ec663 100644 --- a/_icons/heart.svg +++ b/_icons/heart.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /> + <path d="M12 20l-7 -7a4 4 0 016.5 -6a.9 .9 0 001 0a4 4 0 016.5 6l-7 7" /> </svg> diff --git a/_icons/moon.svg b/_icons/moon.svg index cec69078..dfd56e02 100644 --- a/_icons/moon.svg +++ b/_icons/moon.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M12 4a8 8 0 108 8a6 6 0 11-8 -8" /> + <path d="M16.2 4a9.03 9.03 0 103.9 12a6.5 6.5 0 11-3.9 -12" /> </svg> diff --git a/_icons/puzzle.svg b/_icons/puzzle.svg new file mode 100644 index 00000000..dba2342f --- /dev/null +++ b/_icons/puzzle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 7h3a1 1 0 001 -1v-1a2 2 0 014 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 001 1h1a2 2 0 010 4h-1a1 1 0 00-1 1v3a1 1 0 01-1 1h-3a1 1 0 01-1 -1v-1a2 2 0 00-4 0v1a1 1 0 01-1 1h-3a1 1 0 01-1 -1v-3a1 1 0 011 -1h1a2 2 0 000 -4h-1a1 1 0 01-1 -1v-3a1 1 0 011 -1" /> +</svg> 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> |