@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 4.04 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 StyledFileInvoiceDollarRegular = ({
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: "M20.1234 4.37719L16.6252 0.878438C16.0594 0.316031 15.2953 0 14.5031 0H6C4.34297 0 3 1.34297 3 3L3.0003 21C3.0003 22.6566 4.34327 24 6.0003 24H18C19.65 24 21 22.65 21 21V6.49688C21 5.70469 20.6859 4.94062 20.1234 4.37719ZM18.75 21C18.75 21.4142 18.4142 21.75 18 21.75H6.00094C5.58666 21.75 5.25094 21.4142 5.25094 21L5.25 3.00609C5.25 2.59191 5.58581 2.25609 6 2.25609H13.5V6C13.5 6.82828 14.1717 7.5 15 7.5H18.7078V21H18.75ZM7.5 6H11.25C11.6625 6 12 5.6625 12 5.25C12 4.8375 11.6625 4.5 11.25 4.5H7.5C7.08563 4.5 6.75 4.8375 6.75 5.25C6.75 5.6625 7.08563 6 7.5 6ZM12 8.25C12 7.8375 11.6625 7.5 11.25 7.5H7.5C7.08563 7.5 6.75 7.8375 6.75 8.25C6.75 8.6625 7.08563 9 7.5 9H11.25C11.6625 9 12 8.6625 12 8.25ZM12.2578 14.475L11.9578 14.4C10.8891 14.0719 10.9125 13.8797 10.95 13.7109C11.0145 13.3448 11.7277 13.2554 12.3689 13.3535C12.6311 13.3931 12.9188 13.4853 13.1934 13.5806C13.6805 13.749 14.2167 13.4897 14.3864 13.0021C14.5563 12.5128 14.2978 11.9784 13.8084 11.8082C13.47 11.6918 13.1939 11.6171 12.9384 11.5611V11.25C12.9384 10.733 12.5188 10.3125 12.0009 10.3125C11.4831 10.3125 11.0634 10.7329 11.0634 11.25V11.5309C10.0125 11.7563 9.27187 12.4125 9.10312 13.3922C8.75597 15.4003 10.6589 15.9586 11.4713 16.1972L11.7437 16.2763C13.1162 16.6689 13.0937 16.8008 13.0524 17.0394C12.988 17.4056 12.2748 17.4965 11.6317 17.3969C11.3064 17.3485 10.8906 17.1991 10.5226 17.0673L10.3131 16.9911C9.82514 16.8226 9.28983 17.076 9.11686 17.5639C8.94473 18.0519 9.20034 18.5877 9.68873 18.7606L9.8887 18.831C10.2524 18.9617 10.6565 19.093 11.0634 19.1831V19.5C11.0634 20.017 11.4831 20.4375 12.0009 20.4375C12.5187 20.4375 12.9384 20.0171 12.9384 19.5V19.2068C13.9865 18.9822 14.7295 18.3383 14.8992 17.3586C15.2484 15.3281 13.3031 14.7703 12.2578 14.475Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFileInvoiceDollarRegular);
const FileInvoiceDollarRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = FileInvoiceDollarRegular;
exports.default = _default;
module.exports = exports.default;