Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

14 lines
326 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Undo = createLucideIcon("Undo", [
["path", { d: "M3 7v6h6", key: "1v2h90" }],
["path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13", key: "1r6uu6" }]
]);
export { Undo as default };
//# sourceMappingURL=undo.mjs.map