Initial commit
This commit is contained in:
16
node_modules/lucide-react/dist/esm/icons/plug-2.mjs
generated
vendored
Normal file
16
node_modules/lucide-react/dist/esm/icons/plug-2.mjs
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user