1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst LampWallUp = createLucideIcon(\"LampWallUp\", [[\"path\", {\n d: \"M11 4h6l3 7H8l3-7Z\",\n key: \"11x1ee\"\n}], [\"path\", {\n d: \"M14 11v5a2 2 0 0 1-2 2H8\",\n key: \"eutp5o\"\n}], [\"path\", {\n d: \"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z\",\n key: \"1iuthr\"\n}]]);\nexport { LampWallUp as default };","map":{"version":3,"names":["LampWallUp","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/lamp-wall-up.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name LampWallUp\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/lamp-wall-up\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst LampWallUp = createLucideIcon('LampWallUp', [\n ['path', { d: 'M11 4h6l3 7H8l3-7Z', key: '11x1ee' }],\n ['path', { d: 'M14 11v5a2 2 0 0 1-2 2H8', key: 'eutp5o' }],\n ['path', { d: 'M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z', key: '1iuthr' }],\n]);\n\nexport default LampWallUp;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CAAC,MAAQ;EAAEC,CAAA,EAAG,oBAAsB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACnD,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAED,CAAA,EAAG,6CAA+C;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |