UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.02 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 StyledCalendarPlusRegular = ({ 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: "M12.5 10.875C13.1234 10.875 13.625 11.3766 13.625 12V14.25H15.875C16.4984 14.25 17 14.7516 17 15.375C17 15.9984 16.4984 16.5 15.875 16.5H13.625V18.75C13.625 19.3734 13.1234 19.875 12.5 19.875C11.8766 19.875 11.375 19.3734 11.375 18.75V16.5H9.125C8.50156 16.5 8 15.9984 8 15.375C8 14.7516 8.50156 14.25 9.125 14.25H11.375V12C11.375 11.3766 11.8766 10.875 12.5 10.875ZM9.125 3H15.875V1.125C15.875 0.503906 16.3766 0 17 0C17.6234 0 18.125 0.503906 18.125 1.125V3H20C21.6547 3 23 4.34297 23 6V21C23 22.6547 21.6547 24 20 24H5C3.34297 24 2 22.6547 2 21V6C2 4.34297 3.34297 3 5 3H6.875V1.125C6.875 0.503906 7.37656 0 8 0C8.62344 0 9.125 0.503906 9.125 1.125V3ZM4.25 21C4.25 21.4125 4.58562 21.75 5 21.75H20C20.4125 21.75 20.75 21.4125 20.75 21V9H4.25V21Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarPlusRegular); const CalendarPlusRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarPlusRegular; exports.default = _default; module.exports = exports.default;