@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var EyeOnMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.94017 11.4269C3.82373 11.5739 3.75004 11.7779 3.75004 12V12.0049H3.75002C3.74868 12.2116 3.81661 12.4128 3.94284 12.5764C4.65024 13.4318 5.79421 14.6734 7.21275 15.6971C8.64187 16.7285 10.2849 17.4923 12 17.4923C13.7151 17.4923 15.3582 16.7285 16.7873 15.6971C18.2076 14.6721 19.3527 13.4287 20.0599 12.5732C20.1765 12.426 20.25 12.2232 20.25 12C20.25 11.7779 20.1763 11.5738 20.0598 11.4268C19.3526 10.5713 18.2076 9.32792 16.7873 8.3029C15.3582 7.27152 13.7151 6.50772 12 6.50772C10.2849 6.50772 8.64187 7.27152 7.21275 8.3029C5.79243 9.32794 4.64736 10.5714 3.94017 11.4269ZM6.33494 7.08658C7.89518 5.96056 9.8449 5.00772 12 5.00772C14.1551 5.00772 16.1049 5.96056 17.6651 7.08658C19.2314 8.21699 20.4707 9.56895 21.2203 10.4764L21.2273 10.4848L21.2272 10.4849C21.5697 10.9119 21.75 11.4527 21.75 12C21.75 12.549 21.5695 13.0884 21.2272 13.5151L21.2204 13.5237L21.2203 13.5236C20.4707 14.4311 19.2314 15.783 17.6651 16.9134C16.1049 18.0395 14.1551 18.9923 12 18.9923C9.8449 18.9923 7.89518 18.0395 6.33494 16.9134C4.7686 15.783 3.52939 14.4311 2.77971 13.5236L2.76812 13.5092C2.42964 13.0783 2.24704 12.5455 2.25004 11.9976C2.25004 11.9968 2.25005 11.996 2.25005 11.9952L3.00003 12H2.25003C2.25003 11.9992 2.25004 11.9984 2.25004 11.9976C2.25057 11.4511 2.43088 10.9113 2.77283 10.4849L2.77965 10.4764L2.77971 10.4764C3.52939 9.56895 4.7686 8.21699 6.33494 7.08658ZM9.50801 9.50792C10.169 8.84698 11.0654 8.47566 12.0001 8.47566C12.9348 8.47566 13.8312 8.84698 14.4922 9.50792C15.1531 10.1689 15.5244 11.0653 15.5244 12C15.5244 12.9347 15.1531 13.8312 14.4922 14.4921C13.8312 15.153 12.9348 15.5244 12.0001 15.5244C11.0654 15.5244 10.169 15.153 9.50801 14.4921C8.84706 13.8312 8.47575 12.9347 8.47575 12C8.47575 11.0653 8.84706 10.1689 9.50801 9.50792ZM12.0001 9.97566C11.4632 9.97566 10.9483 10.1889 10.5687 10.5686C10.189 10.9482 9.97575 11.4631 9.97575 12C9.97575 12.5369 10.189 13.0518 10.5687 13.4314C10.9483 13.8111 11.4632 14.0244 12.0001 14.0244C12.537 14.0244 13.0519 13.8111 13.4315 13.4314C13.8112 13.0518 14.0244 12.5369 14.0244 12C14.0244 11.4631 13.8112 10.9482 13.4315 10.5686C13.0519 10.1889 12.537 9.97566 12.0001 9.97566Z", fill: "currentColor" }))); });
EyeOnMIcon.displayName = 'EyeOnMIcon';