diff options
author | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
commit | cc22ad9b1fc48aa10561eda05e7245205c4e9967 (patch) | |
tree | f97ccc690a4ce83d25a9f93d295e0917d96f7e44 /src/_icons/eyeglass.svg | |
parent | icons tags (diff) | |
download | tabler-icons-cc22ad9b1fc48aa10561eda05e7245205c4e9967.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/eyeglass.svg')
-rw-r--r-- | src/_icons/eyeglass.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg index 899e37ca..bf87cac0 100644 --- a/src/_icons/eyeglass.svg +++ b/src/_icons/eyeglass.svg @@ -1,9 +1,9 @@ --- --- <svg> - <path d="M8 4H6L3 14" /> + <path d="M8 4h-2l-3 10" /> <path d="M16 4h2l3 10" /> <line x1="10" y1="16" x2="14" y2="16" /> - <path d="M21 16.5a3.5 3.5 0 0 1 -7 0V14h7v2.5" /> - <path d="M10 16.5a3.5 3.5 0 0 1 -7 0V14h7v2.5" /> + <path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /> + <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /> </svg> |