init
This commit is contained in:
24
mc_test/node_modules/lucide-react/dist/esm/icons/piggy-bank.js
generated
vendored
Executable file
24
mc_test/node_modules/lucide-react/dist/esm/icons/piggy-bank.js
generated
vendored
Executable file
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @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: "M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z",
|
||||
key: "1piglc"
|
||||
}
|
||||
],
|
||||
["path", { d: "M16 10h.01", key: "1m94wz" }],
|
||||
["path", { d: "M2 8v1a2 2 0 0 0 2 2h1", key: "1env43" }]
|
||||
];
|
||||
const PiggyBank = createLucideIcon("piggy-bank", __iconNode);
|
||||
|
||||
export { __iconNode, PiggyBank as default };
|
||||
//# sourceMappingURL=piggy-bank.js.map
|
||||
Reference in New Issue
Block a user