@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.58 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 StyledCalendarLinesPenRegular = ({
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: "M5.33333 1C5.8875 1 6.33333 1.44792 6.33333 2V3.66667H12.3333V2C12.3333 1.44792 12.7792 1 13.3333 1C13.8875 1 14.3333 1.44792 14.3333 2V3.66667H16C17.4708 3.66667 18.6667 4.86042 18.6667 6.33333V9H2V19.6667C2 20.0333 2.29833 20.3333 2.66667 20.3333H10.9375L10.725 21.175C10.6292 21.5667 10.6542 21.9667 10.7833 22.3333H2.66667C1.19375 22.3333 0 21.1375 0 19.6667V6.33333C0 4.86042 1.19375 3.66667 2.66667 3.66667H4.33333V2C4.33333 1.44792 4.77917 1 5.33333 1ZM12.3333 11.6667C12.8875 11.6667 13.3333 12.1125 13.3333 12.6667C13.3333 13.2208 12.8875 13.6667 12.3333 13.6667H5C4.44583 13.6667 4 13.2208 4 12.6667C4 12.1125 4.44583 11.6667 5 11.6667H12.3333ZM4 16.6667C4 16.1125 4.44583 15.6667 5 15.6667H9.66667C10.2208 15.6667 10.6667 16.1125 10.6667 16.6667C10.6667 17.2208 10.2208 17.6667 9.66667 17.6667H5C4.44583 17.6667 4 17.2208 4 16.6667ZM23.5042 11.4208C24.1583 12.0708 24.1583 13.125 23.5042 13.7792L22.2792 15.0042L19.325 12.0458L20.55 10.8208C21.2 10.1708 22.2542 10.1708 22.9083 10.8208L23.5042 11.4208ZM12.9958 18.3375L18.3792 12.9917L21.3375 15.9458L15.9542 21.3292C15.7833 21.5 15.5667 21.6208 15.3333 21.6792L12.8292 22.3083C12.6 22.3625 12.3625 22.2958 12.1958 22.1333C12.0292 21.9667 11.9625 21.725 12.0208 21.4625L12.6458 18.9917C12.7042 18.7583 12.825 18.5458 12.9958 18.3375Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarLinesPenRegular);
const CalendarLinesPenRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = CalendarLinesPenRegular;
exports.default = _default;
module.exports = exports.default;