UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.83 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 StyledFileInvoiceDollarSolid = ({ 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: "M21 6H15V0L21 6ZM15 7.5H21V21.75C21 22.9927 19.9927 24 18.75 24H5.25C4.00734 24 3 22.9922 3 21.75V2.25C3 1.00734 4.00734 0 5.25 0H13.5L13.5002 6C13.5 6.82969 14.1703 7.5 15 7.5ZM6 4.125C6 4.33031 6.17016 4.5 6.375 4.5H10.125C10.3313 4.5 10.5 4.33031 10.5 4.125V3.375C10.5 3.17016 10.3313 3 10.125 3H6.375C6.17016 3 6 3.17016 6 3.375V4.125ZM6.375 7.5H10.125C10.3313 7.5 10.5 7.33125 10.5 7.125V6.375C10.5 6.16875 10.3313 6 10.125 6H6.375C6.17016 6 6 6.16875 6 6.375V7.125C6 7.33125 6.17016 7.5 6.375 7.5ZM12.2578 14.85L11.9578 14.775C10.8891 14.4469 10.9125 14.2547 10.95 14.0859C11.0145 13.7198 11.7277 13.6304 12.3689 13.7285C12.6311 13.7681 12.9188 13.8603 13.1934 13.9556C13.6805 14.124 14.2167 13.8647 14.3864 13.3771C14.5563 12.8878 14.2978 12.3534 13.8084 12.1832C13.47 12.0668 13.1939 11.9921 12.9384 11.9361V11.625C12.9384 11.108 12.5188 10.6875 12.0009 10.6875C11.4831 10.6875 11.0634 11.1079 11.0634 11.625V11.9059C10.0125 12.1313 9.27187 12.7875 9.10312 13.7672C8.75597 15.7753 10.6589 16.3336 11.4713 16.5722L11.7437 16.6513C13.1162 17.0439 13.0937 17.1758 13.0524 17.4144C12.988 17.7806 12.2748 17.8715 11.6317 17.7719C11.3064 17.7235 10.8906 17.5741 10.5226 17.4423L10.3131 17.3661C9.82514 17.1976 9.28983 17.451 9.11686 17.9389C8.94473 18.4269 9.20034 18.9627 9.68873 19.1356L9.8887 19.206C10.2524 19.3367 10.6565 19.468 11.0634 19.5581V19.875C11.0634 20.392 11.4831 20.8125 12.0009 20.8125C12.5187 20.8125 12.9384 20.3921 12.9384 19.875V19.5818C13.9865 19.3572 14.7295 18.7133 14.8992 17.7336C15.2484 15.7031 13.3031 15.1453 12.2578 14.85Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFileInvoiceDollarSolid); const FileInvoiceDollarSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = FileInvoiceDollarSolid; exports.default = _default; module.exports = exports.default;