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

15 lines
433 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const LampWallDown = createLucideIcon("LampWallDown", [
["path", { d: "M11 13h6l3 7H8l3-7Z", key: "9n3qlo" }],
["path", { d: "M14 13V8a2 2 0 0 0-2-2H8", key: "1hu4hb" }],
["path", { d: "M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z", key: "s053bc" }]
]);
export { LampWallDown as default };
//# sourceMappingURL=lamp-wall-down.mjs.map