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

21 lines
455 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Bomb = createLucideIcon("Bomb", [
["circle", { cx: "11", cy: "13", r: "9", key: "hd149" }],
[
"path",
{
d: "m19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.41 2.41 0 0 0-3.4 0l-1.8 1.8",
key: "9owvxi"
}
],
["path", { d: "m22 2-1.5 1.5", key: "ay92ug" }]
]);
export { Bomb as default };
//# sourceMappingURL=bomb.mjs.map