@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 898 B
JavaScript
;
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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.GlassesSIcon.displayName = 'GlassesSIcon';