Files
Aislo/node_modules/lucide-react/dist/esm/icons/banknote-check.mjs
T
2026-07-05 14:05:22 +09:00

24 lines
740 B
JavaScript

/**
* @license lucide-react v1.23.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.mjs';
const __iconNode = [
[
"path",
{ d: "M11.748 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4.875", key: "t4e5a5" }
],
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }],
["path", { d: "M18 12h.01", key: "yjnet6" }],
["path", { d: "M6 12h.01", key: "c2rlol" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
];
const BanknoteCheck = createLucideIcon("banknote-check", __iconNode);
export { __iconNode, BanknoteCheck as default };
//# sourceMappingURL=banknote-check.mjs.map