UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EyeCrossMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.EyeCrossMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.47 2.47a.75.75 0 0 1 1.06 0l3.91 3.909c1.334-.782 2.883-1.36 4.56-1.36 2.152 0 4.098.951 5.656 2.076 1.563 1.128 2.8 2.478 3.548 3.383l.007.009c.342.426.522.966.522 1.513 0 .548-.18 1.087-.522 1.513l-.007.01v-.001c-.718.868-1.89 2.15-3.37 3.252l3.696 3.696a.75.75 0 1 1-1.06 1.06l-7.037-7.037-.011-.01-3.905-3.905-.01-.01L2.47 3.53a.75.75 0 0 1 0-1.06m8.749 7.688 2.623 2.623a2.018 2.018 0 0 0-2.623-2.623m3.735 3.735a3.519 3.519 0 0 0-4.847-4.847L8.54 7.48c1.085-.583 2.254-.96 3.459-.96 1.711 0 3.351.761 4.778 1.79 1.417 1.024 2.56 2.265 3.266 3.119.116.146.19.35.19.571a.92.92 0 0 1-.19.571c-.71.859-1.86 2.106-3.282 3.13zm-9.13-5.459a.75.75 0 0 1-.042 1.06c-.758.7-1.38 1.397-1.826 1.935a.93.93 0 0 0-.19.571v.005a.92.92 0 0 0 .193.57c.706.853 1.848 2.092 3.263 3.114C8.65 16.72 10.29 17.481 12 17.481c.633 0 1.254-.103 1.86-.287a.75.75 0 0 1 .434 1.436 7.9 7.9 0 0 1-2.294.35c-2.152 0-4.098-.95-5.655-2.075-1.564-1.128-2.801-2.478-3.55-3.383l-.01-.015a2.42 2.42 0 0 1-.518-1.51v-.002l.75.005h-.75v-.002c0-.546.18-1.085.522-1.511l.007-.01a22 22 0 0 1 1.969-2.085.75.75 0 0 1 1.06.042", clipRule: "evenodd" }))); }); exports.EyeCrossMIcon.displayName = 'EyeCrossMIcon';