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 LampWallDown = createLucideIcon(\"LampWallDown\", [[\"path\", {\n d: \"M11 13h6l3 7H8l3-7Z\",\n key: \"9n3qlo\"\n}], [\"path\", {\n d: \"M14 13V8a2 2 0 0 0-2-2H8\",\n key: \"1hu4hb\"\n}], [\"path\", {\n d: \"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z\",\n key: \"s053bc\"\n}]]);\nexport { LampWallDown as default };","map":{"version":3,"names":["LampWallDown","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/lamp-wall-down.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name LampWallDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/lamp-wall-down\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 LampWallDown = createLucideIcon('LampWallDown', [\n ['path', { d: 'M11 13h6l3 7H8l3-7Z', key: '9n3qlo' }],\n ['path', { d: 'M14 13V8a2 2 0 0 0-2-2H8', key: '1hu4hb' }],\n ['path', { d: 'M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z', key: 's053bc' }],\n]);\n\nexport default LampWallDown;\n"],"mappings":";;;;;AAaM,MAAAA,YAAA,GAAeC,gBAAA,CAAiB,cAAgB,GACpD,CAAC,MAAQ;EAAEC,CAAA,EAAG,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAED,CAAA,EAAG,2CAA6C;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |