UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 847 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var GlassesSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M1.7 8.5C1.7 9.88071 2.7969 11 4.15 11C5.5031 11 6.6 9.88071 6.6 8.5M1.7 8.5C1.7 7.11929 2.7969 6 4.15 6C5.5031 6 6.6 7.11929 6.6 8.5M1.7 8.5H1M6.6 8.5C6.6 7.71102 7.2268 7.07143 8 7.07143C8.7732 7.07143 9.4 7.71102 9.4 8.5M9.4 8.5C9.4 9.88071 10.4969 11 11.85 11C13.2031 11 14.3 9.88071 14.3 8.5M9.4 8.5C9.4 7.11929 10.4969 6 11.85 6C13.2031 6 14.3 7.11929 14.3 8.5M14.3 8.5H15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }))); }); GlassesSIcon.displayName = 'GlassesSIcon';