diff options
Diffstat (limited to 'src/_icons/eyeglass.svg')
-rw-r--r-- | src/_icons/eyeglass.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg new file mode 100644 index 00000000..899e37ca --- /dev/null +++ b/src/_icons/eyeglass.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M8 4H6L3 14" /> + <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" /> +</svg> |