UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 2.25 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const EyeOffIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "eye, off", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M2.363 2.357a.9.9 0 0 1 1.205-.061l.069.061L17.88 16.6l.018.019 3.739 3.738.061.068a.901.901 0 0 1-1.266 1.267l-.069-.061-3.238-3.239c-1.462.87-3.19 1.502-5.125 1.502-2.616 0-4.851-1.151-6.572-2.495-1.723-1.345-2.994-2.932-3.704-3.928-.24-.336-.578-.761-.62-1.356l-.004-.121.004-.121c.042-.595.38-1.02.62-1.357.699-.98 1.949-2.543 3.644-3.88L2.363 3.63l-.061-.069a.9.9 0 0 1 .061-1.205ZM6.651 7.92c-1.59 1.213-2.788 2.696-3.463 3.642-.077.11-.136.192-.184.264a1.652 1.652 0 0 0-.092.148l-.01.02.01.021c.016.031.044.077.092.149s.107.154.184.263c.656.92 1.813 2.355 3.348 3.554 1.537 1.2 3.39 2.113 5.464 2.113 1.373 0 2.65-.401 3.804-1.022l-1.794-1.794a3.83 3.83 0 0 1-5.294-5.294L6.65 7.92Zm3.394 3.393a2.028 2.028 0 0 0 2.636 2.636l-2.636-2.636Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M12 4.093c2.616 0 4.851 1.152 6.572 2.496 1.723 1.344 2.994 2.931 3.704 3.927.256.36.624.819.624 1.478s-.368 1.119-.624 1.477a20.405 20.405 0 0 1-2.203 2.6.901.901 0 0 1-1.268-1.277 18.631 18.631 0 0 0 2.191-2.631 1.71 1.71 0 0 0 .092-.149l.01-.02-.01-.02a1.667 1.667 0 0 0-.092-.15 12.178 12.178 0 0 0-.184-.263c-.656-.92-1.813-2.355-3.348-3.554-1.537-1.2-3.39-2.113-5.464-2.113-.804 0-1.573.137-2.304.374l-.089.024a.9.9 0 0 1-.466-1.736l.337-.103A9.149 9.149 0 0 1 12 4.093Z" })); }); export default EyeOffIcon;