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: \"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\",\n key: \"1rqfz7\"\n}], [\"path\", {\n d: \"M14 2v4a2 2 0 0 0 2 2h4\",\n key: \"tnqrlb\"\n}], [\"path\", {\n d: \"m8 18 4-4\",\n key: \"12zab0\"\n}], [\"path\", {\n d: \"M8 10v8h8\",\n key: \"tlaukw\"\n}]];\nconst FileAxis3d = createLucideIcon(\"file-axis-3d\", __iconNode);\nexport { __iconNode, FileAxis3d as default };","map":{"version":3,"names":["__iconNode","d","key","FileAxis3d","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/file-axis-3d.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z', key: '1rqfz7' }],\n ['path', { d: 'M14 2v4a2 2 0 0 0 2 2h4', key: 'tnqrlb' }],\n ['path', { d: 'm8 18 4-4', key: '12zab0' }],\n ['path', { d: 'M8 10v8h8', key: 'tlaukw' }],\n];\n\n/**\n * @component @name FileAxis3d\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-axis-3d\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 FileAxis3d = createLucideIcon('file-axis-3d', __iconNode);\n\nexport default FileAxis3d;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA8DC,GAAA,EAAK;AAAA,CAAU,GAC3F,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2BC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMC,UAAA,GAAaC,gBAAA,CAAiB,gBAAgBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |