UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 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 StyledCalendarPenSolid = ({ 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.75V9ZM16.475 12.5156C15.7859 11.8266 14.6656 11.8266 13.9766 12.5156L13.2781 13.1766L15.7766 15.7172L16.475 15.0187C17.1641 14.325 17.1641 13.2094 16.475 12.5156ZM8.45 18.3469L8.02344 20.0625C7.95781 20.3203 8.03281 20.5922 8.22031 20.775C8.40781 20.9625 8.675 21.0375 8.93281 20.9719L10.6484 20.5453C10.9109 20.4797 11.1547 20.3016 11.3469 20.1516L14.7172 16.7766L12.1766 14.2781L8.84844 17.6484C8.61406 17.8406 8.51563 18.0844 8.45 18.3469Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarPenSolid); const CalendarPenSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarPenSolid; exports.default = _default; module.exports = exports.default;