Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/coins.mjs
2025-10-23 21:52:07 +03:30

16 lines
444 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Coins = createLucideIcon("Coins", [
["circle", { cx: "8", cy: "8", r: "6", key: "3yglwk" }],
["path", { d: "M18.09 10.37A6 6 0 1 1 10.34 18", key: "t5s6rm" }],
["path", { d: "M7 6h1v4", key: "1obek4" }],
["path", { d: "m16.71 13.88.7.71-2.82 2.82", key: "1rbuyh" }]
]);
export { Coins as default };
//# sourceMappingURL=coins.mjs.map