1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Skull = createLucideIcon(\"Skull\", [[\"circle\", {\n cx: \"9\",\n cy: \"12\",\n r: \"1\",\n key: \"1vctgf\"\n}], [\"circle\", {\n cx: \"15\",\n cy: \"12\",\n r: \"1\",\n key: \"1tmaij\"\n}], [\"path\", {\n d: \"M8 20v2h8v-2\",\n key: \"ded4og\"\n}], [\"path\", {\n d: \"m12.5 17-.5-1-.5 1h1z\",\n key: \"3me087\"\n}], [\"path\", {\n d: \"M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20\",\n key: \"xq9p5u\"\n}]]);\nexport { Skull as default };","map":{"version":3,"names":["Skull","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/skull.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Skull\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/skull\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 Skull = createLucideIcon('Skull', [\n ['circle', { cx: '9', cy: '12', r: '1', key: '1vctgf' }],\n ['circle', { cx: '15', cy: '12', r: '1', key: '1tmaij' }],\n ['path', { d: 'M8 20v2h8v-2', key: 'ded4og' }],\n ['path', { d: 'm12.5 17-.5-1-.5 1h1z', key: '3me087' }],\n [\n 'path',\n {\n d: 'M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20',\n key: 'xq9p5u',\n },\n ],\n]);\n\nexport default Skull;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CAAC,QAAU;EAAEC,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CAAC,QAAU;EAAEH,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAD,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAEC,CAAA,EAAG,uBAAyB;EAAAD,GAAA,EAAK;AAAA,CAAU,GACtD,CACE,QACA;EACEC,CAAG;EACHD,GAAK;AACP,EACF,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |