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

17 lines
454 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Plug2 = createLucideIcon("Plug2", [
["path", { d: "M9 2v6", key: "17ngun" }],
["path", { d: "M15 2v6", key: "s7yy2p" }],
["path", { d: "M12 17v5", key: "bb1du9" }],
["path", { d: "M5 8h14", key: "pcz4l3" }],
["path", { d: "M6 11V8h12v3a6 6 0 1 1-12 0v0Z", key: "nd4hoy" }]
]);
export { Plug2 as default };
//# sourceMappingURL=plug-2.mjs.map