1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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: \"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z\",\n key: \"a4852j\"\n}], [\"path\", {\n d: \"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1\",\n key: \"yxbcw3\"\n}]];\nconst Folders = createLucideIcon(\"folders\", __iconNode);\nexport { __iconNode, Folders as default };","map":{"version":3,"names":["__iconNode","d","key","Folders","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/folders.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z',\n key: 'a4852j',\n },\n ],\n [\n 'path',\n { d: 'M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1', key: 'yxbcw3' },\n ],\n];\n\n/**\n * @component @name Folders\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/folders\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 Folders = createLucideIcon('folders', __iconNode);\n\nexport default Folders;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CACE,QACA;EAAED,CAAA,EAAG;EAAoEC,GAAA,EAAK;AAAA,EAAS,CAE3F;AAaA,MAAMC,OAAA,GAAUC,gBAAA,CAAiB,WAAWJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |