This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Tornado = createLucideIcon("Tornado", [
["path", { d: "M21 4H3", key: "1hwok0" }],
["path", { d: "M18 8H6", key: "41n648" }],
["path", { d: "M19 12H9", key: "1g4lpz" }],
["path", { d: "M16 16h-6", key: "1j5d54" }],
["path", { d: "M11 20H9", key: "39obr8" }]
]);
export { Tornado as default };
//# sourceMappingURL=tornado.mjs.map