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 = [[\"path\", {\n d: \"M10 5h11\",\n key: \"1hkqpe\"\n}], [\"path\", {\n d: \"M10 12h11\",\n key: \"6m4ad9\"\n}], [\"path\", {\n d: \"M10 19h11\",\n key: \"14g2nv\"\n}], [\"path\", {\n d: \"m3 10 3-3-3-3\",\n key: \"i7pm08\"\n}], [\"path\", {\n d: \"m3 20 3-3-3-3\",\n key: \"20gx1n\"\n}]];\nconst ListCollapse = createLucideIcon(\"list-collapse\", __iconNode);\nexport { __iconNode, ListCollapse as default };","map":{"version":3,"names":["__iconNode","d","key","ListCollapse","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/list-collapse.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 5h11', key: '1hkqpe' }],\n ['path', { d: 'M10 12h11', key: '6m4ad9' }],\n ['path', { d: 'M10 19h11', key: '14g2nv' }],\n ['path', { d: 'm3 10 3-3-3-3', key: 'i7pm08' }],\n ['path', { d: 'm3 20 3-3-3-3', key: '20gx1n' }],\n];\n\n/**\n * @component @name ListCollapse\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/list-collapse\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 ListCollapse = createLucideIcon('list-collapse', __iconNode);\n\nexport default ListCollapse;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,EAChD;AAaA,MAAMC,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |