UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.56 kB
"use strict"; 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 StyledEyeRegular = ({ 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: "M6.66667 12.3333C6.66667 9.3875 9.05417 7 12 7C14.9458 7 17.3333 9.3875 17.3333 12.3333C17.3333 15.2792 14.9458 17.6667 12 17.6667C9.05417 17.6667 6.66667 15.2792 6.66667 12.3333ZM12 15.6667C13.8417 15.6667 15.3333 14.175 15.3333 12.3333C15.3333 10.4917 13.8417 9 12 9C11.9708 9 11.9458 9 11.8792 9C11.9708 9.2125 12 9.4375 12 9.66667C12 11.1375 10.8042 12.3333 9.33334 12.3333C9.10417 12.3333 8.87917 12.3042 8.66667 12.2125C8.66667 12.2792 8.66667 12.3042 8.66667 12.2958C8.66667 14.175 10.1583 15.6667 12 15.6667ZM3.97584 6.35833C5.9375 4.535 8.63334 3 12 3C15.3667 3 18.0625 4.535 20.025 6.35833C21.975 8.16667 23.2792 10.2958 23.8958 11.8208C24.0333 12.15 24.0333 12.5167 23.8958 12.8458C23.2792 14.3333 21.975 16.4625 20.025 18.3083C18.0625 20.1333 15.3667 21.6667 12 21.6667C8.63334 21.6667 5.9375 20.1333 3.97584 18.3083C2.02584 16.4625 0.722505 14.3333 0.102547 12.8458C-0.0341823 12.5167 -0.0341823 12.15 0.102547 11.8208C0.722505 10.2958 2.02584 8.16667 3.97584 6.35833ZM12 5C9.28334 5 7.05 6.23333 5.3375 7.82083C3.73334 9.3125 2.62584 11.0458 2.06 12.3333C2.62584 13.5833 3.73334 15.3542 5.3375 16.8458C7.05 18.4333 9.28334 19.6667 12 19.6667C14.7167 19.6667 16.95 18.4333 18.6625 16.8458C20.2667 15.3542 21.3375 13.5833 21.9417 12.3333C21.3375 11.0458 20.2667 9.3125 18.6625 7.82083C16.95 6.23333 14.7167 5 12 5Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledEyeRegular); const EyeRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = EyeRegular; exports.default = _default; module.exports = exports.default;