aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/eye.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 12:16:18 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 12:16:18 +0100
commitd6df9fa7c4ca1b0b6599f7338b5af9afd643bfed (patch)
tree03aad476ed8fd2492aa4c25a2c8fd2ccf71fd0d1 /src/_icons/eye.svg
parentzip task (diff)
parentnew icons png (diff)
downloadtabler-icons-d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed.tar.xz
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Diffstat (limited to 'src/_icons/eye.svg')
-rw-r--r--src/_icons/eye.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg
index 80b73e2e..864f3a06 100644
--- a/src/_icons/eye.svg
+++ b/src/_icons/eye.svg
@@ -3,6 +3,6 @@ tags: [view, watch]
---
<svg>
<circle cx="12" cy="12" r="2" />
- <path d="M2 12l1.5 2a11 11 0 0017 0l1.5 -2" />
- <path d="M2 12l1.5 -2a11 11 0 0117 0l1.5 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" />
</svg>