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.GlassesMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GlassesMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M3 12.25C3 14.183 4.567 15.75 6.5 15.75C8.433 15.75 10 14.183 10 12.25M3 12.25C3 10.317 4.567 8.75 6.5 8.75C8.433 8.75 10 10.317 10 12.25M3 12.25H2M10 12.25C10 11.1454 10.8954 10.25 12 10.25C13.1046 10.25 14 11.1454 14 12.25M14 12.25C14 14.183 15.567 15.75 17.5 15.75C19.433 15.75 21 14.183 21 12.25M14 12.25C14 10.317 15.567 8.75 17.5 8.75C19.433 8.75 21 10.317 21 12.25M21 12.25H22", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }))); }); exports.GlassesMIcon.displayName = 'GlassesMIcon';