1 line
No EOL
2.4 KiB
JSON
1 line
No EOL
2.4 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: \"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973\",\n key: \"1cez44\"\n}], [\"path\", {\n d: \"m13 12-3 5h4l-3 5\",\n key: \"1t22er\"\n}]];\nconst CloudLightning = createLucideIcon(\"cloud-lightning\", __iconNode);\nexport { __iconNode, CloudLightning as default };","map":{"version":3,"names":["__iconNode","d","key","CloudLightning","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/cloud-lightning.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973', key: '1cez44' }],\n ['path', { d: 'm13 12-3 5h4l-3 5', key: '1t22er' }],\n];\n\n/**\n * @component @name CloudLightning\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/cloud-lightning\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 CloudLightning = createLucideIcon('cloud-lightning', __iconNode);\n\nexport default CloudLightning;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2DC,GAAA,EAAK;AAAA,CAAU,GACxF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,EACpD;AAaA,MAAMC,cAAA,GAAiBC,gBAAA,CAAiB,mBAAmBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |