UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.3 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 StyledCalendarCircleExclamationSolid = ({ 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: "M4 2.33333C4 1.59708 4.59583 1 5.33333 1C6.07083 1 6.66667 1.59708 6.66667 2.33333V3.66667H12V2.33333C12 1.59708 12.5958 1 13.3333 1C14.0708 1 14.6667 1.59708 14.6667 2.33333V3.66667H16.6667C17.7708 3.66667 18.6667 4.56208 18.6667 5.66667V7.66667H0V5.66667C0 4.56208 0.895417 3.66667 2 3.66667H4V2.33333ZM17.3333 9.02917C13.5958 9.36667 10.6667 12.5083 10.6667 16.3333C10.6667 18.8125 11.9 21.0042 13.7833 22.3333H2C0.895417 22.3333 0 21.4375 0 20.3333V9H17.3333V9.02917ZM24 16.3333C24 19.6458 21.3125 22.3333 18 22.3333C14.6875 22.3333 12 19.6458 12 16.3333C12 13.0208 14.6875 10.3333 18 10.3333C21.3125 10.3333 24 13.0208 24 16.3333ZM18 18.3333C17.4458 18.3333 17 18.7792 17 19.3333C17 19.8875 17.4458 20.3333 18 20.3333C18.5542 20.3333 19 19.8875 19 19.3333C19 18.7792 18.5542 18.3333 18 18.3333ZM18.6292 13C18.6292 12.6333 18.3667 12.3333 17.9625 12.3333C17.6333 12.3333 17.2958 12.6333 17.2958 13V16.3333C17.2958 16.7 17.6333 17 17.9625 17C18.3667 17 18.6292 16.7 18.6292 16.3333V13Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarCircleExclamationSolid); const CalendarCircleExclamationSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarCircleExclamationSolid; exports.default = _default; module.exports = exports.default;