diff options
Diffstat (limited to 'src/icons/eyeglass.svg')
-rw-r--r-- | src/icons/eyeglass.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/eyeglass.svg b/src/icons/eyeglass.svg new file mode 100644 index 00000000..a2e6e6e1 --- /dev/null +++ b/src/icons/eyeglass.svg @@ -0,0 +1,13 @@ +--- +category: Health +tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] +version: "1.39" +unicode: "ee8a" +--- +<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> |