diff options
Diffstat (limited to 'src/_icons/eyeglass.svg')
-rw-r--r-- | src/_icons/eyeglass.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg new file mode 100644 index 00000000..23ee27a4 --- /dev/null +++ b/src/_icons/eyeglass.svg @@ -0,0 +1,11 @@ +--- +tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] +version: 1.39 +--- +<svg> + <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 0v-2.5h7v2.5" /> + <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" /> +</svg> |