1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Bed = createLucideIcon(\"Bed\", [[\"path\", {\n d: \"M2 4v16\",\n key: \"vw9hq8\"\n}], [\"path\", {\n d: \"M2 8h18a2 2 0 0 1 2 2v10\",\n key: \"1dgv2r\"\n}], [\"path\", {\n d: \"M2 17h20\",\n key: \"18nfp3\"\n}], [\"path\", {\n d: \"M6 8v9\",\n key: \"1yriud\"\n}]]);\nexport { Bed as default };","map":{"version":3,"names":["Bed","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/bed.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Bed\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bed\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 Bed = createLucideIcon('Bed', [\n ['path', { d: 'M2 4v16', key: 'vw9hq8' }],\n ['path', { d: 'M2 8h18a2 2 0 0 1 2 2v10', key: '1dgv2r' }],\n ['path', { d: 'M2 17h20', key: '18nfp3' }],\n ['path', { d: 'M6 8v9', key: '1yriud' }],\n]);\n\nexport default Bed;\n"],"mappings":";;;;;AAaM,MAAAA,GAAA,GAAMC,gBAAA,CAAiB,KAAO,GAClC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,EACxC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |