UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.39 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 StyledCalendarCirclePlusRegular = ({ 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.29583 2.66667H12.3333V1C12.3333 0.447917 12.7792 0 13.3333 0C13.8875 0 14.3333 0.447917 14.3333 1V2.66667H16C17.4708 2.66667 18.6667 3.86042 18.6667 5.33333V8H1.9625V18.6667C1.9625 19.0333 2.29833 19.3333 2.62917 19.3333H11.8542C12.3625 20.1167 13.0208 20.7958 13.7833 21.3333H2.66667C1.19375 21.3333 0 20.1375 0 18.6667V5.33333C0 3.86042 1.19375 2.66667 2.66667 2.66667H4.33333V1C4.33333 0.447917 4.77917 0 5.33333 0C5.8875 0 6.33333 0.447917 6.33333 1L6.29583 2.66667ZM24 15.3333C24 18.6458 21.3125 21.3333 18 21.3333C14.6875 21.3333 11.9625 18.6458 11.9625 15.3333C11.9625 12.0208 14.6875 9.33333 18 9.33333C21.3125 9.33333 24 12.0208 24 15.3333ZM17.3333 12.6292V14.6292H15.3333C14.9667 14.6292 14.6667 14.9667 14.6667 15.2958C14.6667 15.7 14.9667 15.9625 15.3333 15.9625H17.3333V17.9625C17.3333 18.3667 17.6333 18.6292 18 18.6292C18.3667 18.6292 18.6667 18.3667 18.6667 17.9625V15.9625H20.6667C21.0333 15.9625 21.3333 15.7 21.3333 15.2958C21.3333 14.9667 21.0333 14.6292 20.6667 14.6292H18.6667V12.6292C18.6667 12.3 18.3667 11.9625 18 11.9625C17.6333 11.9625 17.3333 12.3 17.3333 12.6292Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarCirclePlusRegular); const CalendarCirclePlusRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarCirclePlusRegular; exports.default = _default; module.exports = exports.default;