1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"rect\", {\n width: \"20\",\n height: \"5\",\n x: \"2\",\n y: \"3\",\n rx: \"1\",\n key: \"1wp1u1\"\n}], [\"path\", {\n d: \"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8\",\n key: \"1s80jp\"\n}], [\"path\", {\n d: \"m9.5 17 5-5\",\n key: \"nakeu6\"\n}], [\"path\", {\n d: \"m9.5 12 5 5\",\n key: \"1hccrj\"\n}]];\nconst ArchiveX = createLucideIcon(\"archive-x\", __iconNode);\nexport { __iconNode, ArchiveX as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","ArchiveX","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/archive-x.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '20', height: '5', x: '2', y: '3', rx: '1', key: '1wp1u1' }],\n ['path', { d: 'M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8', key: '1s80jp' }],\n ['path', { d: 'm9.5 17 5-5', key: 'nakeu6' }],\n ['path', { d: 'm9.5 12 5 5', key: '1hccrj' }],\n];\n\n/**\n * @component @name ArchiveX\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/archive-x\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 ArchiveX = createLucideIcon('archive-x', __iconNode);\n\nexport default ArchiveX;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4CD,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeD,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeD,GAAA,EAAK;AAAA,CAAU,EAC9C;AAaA,MAAME,QAAA,GAAWC,gBAAA,CAAiB,aAAaT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |