@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.99 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _react = _interopRequireWildcard(require("react"));
var _accessibleIcon = require("../accessible-icon");
var _styles = require("../styles");
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
const StyledEyeSlashRegular = ({
label,
color = "#000000",
className = "",
css = {},
viewBox = "0 0 24 24"
}, ref) => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, {
label: label,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, {
className: className,
css: css,
viewBox: viewBox,
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
ref: ref,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, {
css: {
fill: `${color}`
},
d: "M5.65124 5.47887C7.31249 4.18512 9.44249 3.19999 12 3.19999C15.03 3.19999 17.4562 4.58149 19.2225 6.22249C20.9775 7.84999 22.1512 9.76624 22.7062 11.1387C22.83 11.435 22.83 11.765 22.7062 12.0612C22.2037 13.2725 21.195 14.9787 19.71 16.5012L23.655 19.5912C24.045 19.8987 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0087L0.344843 3.60837C-0.0463567 3.30162 -0.114944 2.73612 0.191693 2.34484C0.498368 1.95364 1.06387 1.88506 1.45537 2.19169L5.65124 5.47887ZM7.11749 6.63124L8.84249 7.98124C9.68624 7.24624 10.7925 6.79999 12 6.79999C14.6512 6.79999 16.8 8.94874 16.8 11.6C16.8 12.395 16.6087 13.1412 16.2675 13.8012L18.285 15.3837C19.5412 14.105 20.4712 12.6162 20.9475 11.6C20.4037 10.4412 19.44 8.88124 17.9962 7.53874C16.455 6.10999 14.445 4.96624 12 4.96624C10.1062 4.96624 8.44124 5.66487 7.11749 6.63124ZM14.8087 12.6575C14.9325 12.3275 15 11.9712 15 11.5662C15 9.94249 13.6575 8.56624 12 8.56624C11.9737 8.56624 11.9512 8.59999 11.8912 8.59999C11.9737 8.79124 12 8.99374 12 9.16624C12 9.58249 11.91 9.94249 11.7525 10.2612L14.8087 12.6575ZM15.1612 17.5437L16.7325 18.7812C15.3712 19.5162 13.7925 20 12 20C8.96999 20 6.54374 18.62 4.77749 16.9775C3.02324 15.3162 1.85024 13.4 1.29224 12.0612C1.16924 11.765 1.16924 11.435 1.29224 11.1387C1.64999 10.28 2.26087 9.16999 3.11587 8.05624L4.52999 9.16999C3.82874 10.0437 3.36599 10.91 3.05437 11.5662C3.56324 12.725 4.55999 14.3187 6.00374 15.6612C7.54499 17.09 9.55499 18.2 12 18.2C13.1512 18.2 14.205 17.9525 15.1612 17.5437ZM7.19999 11.5662C7.19999 11.4912 7.20374 11.3862 7.21124 11.2812L9.31499 12.9387C9.70874 13.73 10.4437 14.3225 11.325 14.4912L13.4325 16.1825C12.9787 16.2912 12.4987 16.4 11.9662 16.4C9.34874 16.4 7.16624 14.2512 7.16624 11.5662H7.19999Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledEyeSlashRegular);
const EyeSlashRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = EyeSlashRegular;
exports.default = _default;
module.exports = exports.default;