Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/bomb.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

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