diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 18:16:53 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 18:16:53 +0200 |
commit | 1951550eba52994bfb72aca5408f68fdf05b43a2 (patch) | |
tree | 7b65ee25e6a00f7bdd13cb33c36ea6f47dc23bf3 /src/_icons/eye.svg | |
parent | `file-diff`, `current-location` icons (diff) | |
download | tabler-icons-1951550eba52994bfb72aca5408f68fdf05b43a2.tar.xz |
4 new icons: `eye-off`, `shield-off`, `user-off`, `wifi-off`
Fixed icons: `eye`, `smoking-no`, `wifi-1`, `wifi-2`, `wifi`
Diffstat (limited to 'src/_icons/eye.svg')
-rw-r--r-- | src/_icons/eye.svg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg index 864f3a06..9cafec4c 100644 --- a/src/_icons/eye.svg +++ b/src/_icons/eye.svg @@ -3,6 +3,5 @@ tags: [view, watch] --- <svg> <circle cx="12" cy="12" r="2" /> - <path d="M2 12l1.5 2a11 11 0 0 0 17 0l1.5 -2" /> - <path d="M2 12l1.5 -2a11 11 0 0 1 17 0l1.5 2" /> + <path d="M22 12c-2.667 4.667 -6 7 -10 7s-7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7" /> </svg> |