1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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: \"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\",\n key: \"3zrzxg\"\n}], [\"path\", {\n d: \"M2 12a9 9 0 0 1 8 8\",\n key: \"g6cvee\"\n}], [\"path\", {\n d: \"M2 16a5 5 0 0 1 4 4\",\n key: \"1y1dii\"\n}], [\"line\", {\n x1: \"2\",\n x2: \"2.01\",\n y1: \"20\",\n y2: \"20\",\n key: \"xu2jvo\"\n}]];\nconst Cast = createLucideIcon(\"cast\", __iconNode);\nexport { __iconNode, Cast as default };","map":{"version":3,"names":["__iconNode","d","key","x1","x2","y1","y2","Cast","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/cast.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6', key: '3zrzxg' }],\n ['path', { d: 'M2 12a9 9 0 0 1 8 8', key: 'g6cvee' }],\n ['path', { d: 'M2 16a5 5 0 0 1 4 4', key: '1y1dii' }],\n ['line', { x1: '2', x2: '2.01', y1: '20', y2: '20', key: 'xu2jvo' }],\n];\n\n/**\n * @component @name Cast\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/cast\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 Cast = createLucideIcon('cast', __iconNode);\n\nexport default Cast;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6DC,GAAA,EAAK;AAAA,CAAU,GAC1F,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuBC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuBC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACrE;AAaA,MAAMK,IAAA,GAAOC,gBAAA,CAAiB,QAAQR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |