@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 3.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EyeOffMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.EyeOffMIcon = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L7.4395 6.37884C8.77356 5.59692 10.3233 5.01924 12 5.01924C14.1516 5.01924 16.098 5.97049 17.6555 7.09452C19.219 8.22294 20.4561 9.5725 21.2044 10.4783L21.2113 10.4867L21.2113 10.4868C21.5533 10.9133 21.7334 11.4534 21.7334 12C21.7334 12.5483 21.5531 13.087 21.2113 13.5132L21.2042 13.5221L21.2041 13.522C20.4861 14.39 19.3148 15.6723 17.8347 16.7741L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L13.4326 14.4933C13.429 14.4898 13.4255 14.4862 13.422 14.4827L9.51729 10.5779C9.51372 10.5745 9.51018 10.5709 9.50667 10.5673L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM11.2188 10.1581L13.8418 12.7812C13.9378 12.5402 13.9874 12.2808 13.9851 12.0165C13.9805 11.487 13.7681 10.9806 13.3937 10.6062C13.0193 10.2318 12.5129 10.0195 11.9835 10.0149C11.7192 10.0126 11.4597 10.0621 11.2188 10.1581ZM14.9539 13.8933C15.304 13.3307 15.4909 12.676 15.485 12.0034C15.477 11.0807 15.1069 10.198 14.4544 9.54556C13.8019 8.89306 12.9192 8.52295 11.9965 8.51493C11.3239 8.50909 10.6692 8.69598 10.1067 9.04601L8.54087 7.48021C9.62618 6.89658 10.7951 6.51924 12 6.51924C13.7115 6.51924 15.3513 7.28145 16.7776 8.31084C18.1952 9.33388 19.3381 10.5749 20.0439 11.4288C20.1599 11.5752 20.2334 11.7786 20.2334 12C20.2334 12.2224 20.1602 12.4244 20.044 12.5711C19.3332 13.4299 18.1841 14.677 16.7615 15.7009L14.9539 13.8933ZM5.82466 8.43407C6.10562 8.73843 6.08664 9.21293 5.78227 9.49388C5.02387 10.1939 4.40188 10.891 3.95585 11.4291C3.83998 11.5756 3.76664 11.7788 3.76664 12V12.0048H3.76662C3.76529 12.2109 3.83299 12.4114 3.95879 12.5744C4.66484 13.4282 5.80661 14.6674 7.22239 15.6892C8.64875 16.7186 10.2885 17.4808 12 17.4808C12.6325 17.4808 13.2542 17.3779 13.8595 17.1945C14.2559 17.0744 14.6747 17.2985 14.7947 17.6949C14.9148 18.0913 14.6908 18.51 14.2944 18.6301C13.565 18.851 12.7965 18.9808 12 18.9808C9.84847 18.9808 7.90206 18.0295 6.34458 16.9055C4.781 15.7771 3.54398 14.4275 2.79566 13.5217L2.78407 13.5073C2.44602 13.0769 2.26366 12.5448 2.26664 11.9976C2.26664 11.9968 2.26665 11.996 2.26665 11.9952L3.01664 12H2.26664C2.26664 11.9992 2.26664 11.9984 2.26664 11.9976C2.26717 11.4518 2.44725 10.9127 2.78877 10.4868L2.79622 10.4775L2.79629 10.4776C3.27211 9.90315 3.94175 9.15146 4.76485 8.39167C5.06922 8.11072 5.54371 8.1297 5.82466 8.43407Z", fill: "currentColor" }))); });
exports.EyeOffMIcon.displayName = 'EyeOffMIcon';