UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlassesSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GlassesSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.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" }))); }); exports.GlassesSIcon.displayName = 'GlassesSIcon';