UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 735 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var GlassesSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", d: "M1.7 8.5c0 1.38 1.097 2.5 2.45 2.5S6.6 9.88 6.6 8.5m-4.9 0C1.7 7.12 2.797 6 4.15 6S6.6 7.12 6.6 8.5m-4.9 0H1m5.6 0c0-.789.627-1.429 1.4-1.429s1.4.64 1.4 1.429m0 0c0 1.38 1.097 2.5 2.45 2.5s2.45-1.12 2.45-2.5m-4.9 0c0-1.38 1.097-2.5 2.45-2.5s2.45 1.12 2.45 2.5m0 0h.7" }))); }); GlassesSIcon.displayName = 'GlassesSIcon';