22 lines
638 B
JavaScript
Executable File
22 lines
638 B
JavaScript
Executable File
/**
|
|
* @license lucide-react v0.545.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const __iconNode = [
|
|
[
|
|
"path",
|
|
{ d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z", key: "q3az6g" }
|
|
],
|
|
["path", { d: "M12 6.5v11", key: "ecfhkf" }],
|
|
["path", { d: "M15 9.4a4 4 0 1 0 0 5.2", key: "1makmb" }]
|
|
];
|
|
const ReceiptCent = createLucideIcon("receipt-cent", __iconNode);
|
|
|
|
export { __iconNode, ReceiptCent as default };
|
|
//# sourceMappingURL=receipt-cent.js.map
|