persona-community-5/.pnpm-store/v3/files/b9/708fe55481ce59629355db0748e83bc6dae65287cdf869f9df37054453c4e4d2728bdd4a0aeef079f3364de0476e63bd46b2c95092a3605e23c6dfae0a708a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
552 B
Plaintext

/**
* @license lucide-react v0.395.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 Banknote = createLucideIcon("Banknote", [
["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2", key: "9lu3g6" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["path", { d: "M6 12h.01M18 12h.01", key: "113zkx" }]
]);
export { Banknote as default };
//# sourceMappingURL=banknote.js.map