1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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: \"M13.5 10.5 15 9\",\n key: \"1nsxvm\"\n}], [\"path\", {\n d: \"M4 4v15a1 1 0 0 0 1 1h15\",\n key: \"1w6lkd\"\n}], [\"path\", {\n d: \"M4.293 19.707 6 18\",\n key: \"3g1p8c\"\n}], [\"path\", {\n d: \"m9 15 1.5-1.5\",\n key: \"1xfbes\"\n}]];\nconst Axis3d = createLucideIcon(\"axis-3d\", __iconNode);\nexport { __iconNode, Axis3d as default };","map":{"version":3,"names":["__iconNode","d","key","Axis3d","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/axis-3d.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M13.5 10.5 15 9', key: '1nsxvm' }],\n ['path', { d: 'M4 4v15a1 1 0 0 0 1 1h15', key: '1w6lkd' }],\n ['path', { d: 'M4.293 19.707 6 18', key: '3g1p8c' }],\n ['path', { d: 'm9 15 1.5-1.5', key: '1xfbes' }],\n];\n\n/**\n * @component @name Axis3d\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/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 Axis3d = createLucideIcon('axis-3d', __iconNode);\n\nexport default Axis3d;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAsBC,GAAA,EAAK;AAAA,CAAU,GACnD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,EAChD;AAaA,MAAMC,MAAA,GAASC,gBAAA,CAAiB,WAAWJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |