diff options
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> |