@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.49 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 StyledCalendarDaysSolid = ({
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: "M9.5 1.5V3H15.5V1.5C15.5 0.671719 16.1703 0 17 0C17.8297 0 18.5 0.671719 18.5 1.5V3H20.75C21.9922 3 23 4.00734 23 5.25V7.5H2V5.25C2 4.00734 3.00734 3 4.25 3H6.5V1.5C6.5 0.671719 7.17031 0 8 0C8.82969 0 9.5 0.671719 9.5 1.5ZM2 9H23V21.75C23 22.9922 21.9922 24 20.75 24H4.25C3.00734 24 2 22.9922 2 21.75V9ZM5 14.25C5 14.6625 5.33562 15 5.75 15H7.25C7.6625 15 8 14.6625 8 14.25V12.75C8 12.3375 7.6625 12 7.25 12H5.75C5.33562 12 5 12.3375 5 12.75V14.25ZM11 14.25C11 14.6625 11.3375 15 11.75 15H13.25C13.6625 15 14 14.6625 14 14.25V12.75C14 12.3375 13.6625 12 13.25 12H11.75C11.3375 12 11 12.3375 11 12.75V14.25ZM17.75 12C17.3375 12 17 12.3375 17 12.75V14.25C17 14.6625 17.3375 15 17.75 15H19.25C19.6625 15 20 14.6625 20 14.25V12.75C20 12.3375 19.6625 12 19.25 12H17.75ZM5 20.25C5 20.6625 5.33562 21 5.75 21H7.25C7.6625 21 8 20.6625 8 20.25V18.75C8 18.3375 7.6625 18 7.25 18H5.75C5.33562 18 5 18.3375 5 18.75V20.25ZM11.75 18C11.3375 18 11 18.3375 11 18.75V20.25C11 20.6625 11.3375 21 11.75 21H13.25C13.6625 21 14 20.6625 14 20.25V18.75C14 18.3375 13.6625 18 13.25 18H11.75ZM17 20.25C17 20.6625 17.3375 21 17.75 21H19.25C19.6625 21 20 20.6625 20 20.25V18.75C20 18.3375 19.6625 18 19.25 18H17.75C17.3375 18 17 18.3375 17 18.75V20.25Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarDaysSolid);
const CalendarDaysSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = CalendarDaysSolid;
exports.default = _default;
module.exports = exports.default;