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

22 lines
645 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Cable = createLucideIcon("Cable", [
["path", { d: "M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z", key: "1s6oa5" }],
["path", { d: "M3 5V3", key: "1k5hjh" }],
["path", { d: "M7 5V3", key: "1t1388" }],
[
"path",
{ d: "M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9", key: "1ytv72" }
],
["path", { d: "M17 21v-2", key: "ds4u3f" }],
["path", { d: "M21 21v-2", key: "eo0ou" }],
["path", { d: "M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z", key: "sdz6o8" }]
]);
export { Cable as default };
//# sourceMappingURL=cable.mjs.map