1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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 2h2\",\n key: \"tvwodi\"\n}], [\"path\", {\n d: \"M20 8v11a2 2 0 0 1-2 2h-2\",\n key: \"1gkqxj\"\n}], [\"path\", {\n d: \"m9 15 3-3 3 3\",\n key: \"1pd0qc\"\n}], [\"path\", {\n d: \"M12 12v9\",\n key: \"192myk\"\n}]];\nconst ArchiveRestore = createLucideIcon(\"archive-restore\", __iconNode);\nexport { __iconNode, ArchiveRestore as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","ArchiveRestore","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/archive-restore.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 2h2', key: 'tvwodi' }],\n ['path', { d: 'M20 8v11a2 2 0 0 1-2 2h-2', key: '1gkqxj' }],\n ['path', { d: 'm9 15 3-3 3 3', key: '1pd0qc' }],\n ['path', { d: 'M12 12v9', key: '192myk' }],\n];\n\n/**\n * @component @name ArchiveRestore\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/archive-restore\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 ArchiveRestore = createLucideIcon('archive-restore', __iconNode);\n\nexport default ArchiveRestore;\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;EAA2BD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BD,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBD,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYD,GAAA,EAAK;AAAA,CAAU,EAC3C;AAaA,MAAME,cAAA,GAAiBC,gBAAA,CAAiB,mBAAmBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |