UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.72 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 StyledReceiptSolid = ({ 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: "M3.65487 0.102941C4.05425 -0.0806276 4.52349 -0.0150661 4.85725 0.270853L6.75012 1.89334L8.64393 0.270853C9.06582 -0.0902842 9.68459 -0.0902842 10.1065 0.270853L12.0003 1.89334L13.8941 0.270853C14.316 -0.0902842 14.9348 -0.0902842 15.3567 0.270853L17.2505 1.89334L19.1443 0.270853C19.4771 -0.0150661 19.9459 -0.0806276 20.3443 0.102941C20.7428 0.286556 21.0006 0.685804 21.0006 1.12504V22.8758C21.0006 23.3164 20.7428 23.7148 20.3443 23.8977C19.9459 24.0805 19.4771 24.0149 19.1443 23.7289L17.2505 22.107L15.3567 23.7289C14.9348 24.0899 14.316 24.0899 13.8941 23.7289L12.0003 22.107L10.1065 23.7289C9.68459 24.0899 9.06582 24.0899 8.64393 23.7289L6.75012 22.107L4.85725 23.7289C4.52349 24.0149 4.05425 24.0805 3.65487 23.8977C3.25576 23.7148 3 23.3164 3 22.8758V1.12504C3 0.685804 3.25576 0.286509 3.65487 0.102941ZM7.50015 6.75022C7.08576 6.75022 6.75012 7.08773 6.75012 7.50025C6.75012 7.91276 7.08576 8.25027 7.50015 8.25027H16.5004C16.913 8.25027 17.2505 7.91276 17.2505 7.50025C17.2505 7.08773 16.913 6.75022 16.5004 6.75022H7.50015ZM7.50015 17.2506H16.5004C16.913 17.2506 17.2505 16.9131 17.2505 16.5005C17.2505 16.088 16.913 15.7505 16.5004 15.7505H7.50015C7.08576 15.7505 6.75012 16.088 6.75012 16.5005C6.75012 16.9131 7.08576 17.2506 7.50015 17.2506ZM7.50015 11.2504C7.08576 11.2504 6.75012 11.5879 6.75012 12.0004C6.75012 12.4129 7.08576 12.7504 7.50015 12.7504H16.5004C16.913 12.7504 17.2505 12.4129 17.2505 12.0004C17.2505 11.5879 16.913 11.2504 16.5004 11.2504H7.50015Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledReceiptSolid); const ReceiptSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ReceiptSolid; exports.default = _default; module.exports = exports.default;