diff options
Diffstat (limited to 'src/_icons/eye.svg')
-rw-r--r-- | src/_icons/eye.svg | 4 |
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> |