1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ServerCrash = createLucideIcon(\"ServerCrash\", [[\"path\", {\n d: \"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2\",\n key: \"4b9dqc\"\n}], [\"path\", {\n d: \"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2\",\n key: \"22nnkd\"\n}], [\"path\", {\n d: \"M6 6h.01\",\n key: \"1utrut\"\n}], [\"path\", {\n d: \"M6 18h.01\",\n key: \"uhywen\"\n}], [\"path\", {\n d: \"m13 6-4 6h6l-4 6\",\n key: \"14hqih\"\n}]]);\nexport { ServerCrash as default };","map":{"version":3,"names":["ServerCrash","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/server-crash.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ServerCrash\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/server-crash\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 ServerCrash = createLucideIcon('ServerCrash', [\n [\n 'path',\n {\n d: 'M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2',\n key: '4b9dqc',\n },\n ],\n [\n 'path',\n {\n d: 'M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2',\n key: '22nnkd',\n },\n ],\n ['path', { d: 'M6 6h.01', key: '1utrut' }],\n ['path', { d: 'M6 18h.01', key: 'uhywen' }],\n ['path', { d: 'm13 6-4 6h6l-4 6', key: '14hqih' }],\n]);\n\nexport default ServerCrash;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CACE,QACA;EACED,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAClD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |