UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.57 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 StyledCalendarLinesPenSolid = ({ 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.66667 2.33333V3.66667H12V2.33333C12 1.59708 12.5958 1 13.3333 1C14.0708 1 14.6667 1.59708 14.6667 2.33333V3.66667H16.6667C17.7708 3.66667 18.6667 4.56208 18.6667 5.66667V7.66667H0V5.66667C0 4.56208 0.895417 3.66667 2 3.66667H4V2.33333C4 1.59708 4.59583 1 5.33333 1C6.07083 1 6.66667 1.59708 6.66667 2.33333ZM0 9H18.6667V10.8167L12.0542 17.4292C11.7125 17.7708 11.4708 18.2 11.3542 18.6708L10.725 21.175C10.6292 21.5667 10.6542 21.9667 10.7833 22.3333H2C0.895417 22.3333 0 21.4375 0 20.3333V9ZM5 12.3333C4.44583 12.3333 4 12.7792 4 13.3333C4 13.8875 4.44583 14.3333 5 14.3333H11C11.5542 14.3333 12 13.8875 12 13.3333C12 12.7792 11.5542 12.3333 11 12.3333H5ZM5 18.3333H8.33333C8.8875 18.3333 9.33333 17.8875 9.33333 17.3333C9.33333 16.7792 8.8875 16.3333 8.33333 16.3333H5C4.44583 16.3333 4 16.7792 4 17.3333C4 17.8875 4.44583 18.3333 5 18.3333ZM23.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)(StyledCalendarLinesPenSolid); const CalendarLinesPenSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarLinesPenSolid; exports.default = _default; module.exports = exports.default;