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 = [[\"circle\", {\n cx: \"8\",\n cy: \"8\",\n r: \"6\",\n key: \"3yglwk\"\n}], [\"path\", {\n d: \"M18.09 10.37A6 6 0 1 1 10.34 18\",\n key: \"t5s6rm\"\n}], [\"path\", {\n d: \"M7 6h1v4\",\n key: \"1obek4\"\n}], [\"path\", {\n d: \"m16.71 13.88.7.71-2.82 2.82\",\n key: \"1rbuyh\"\n}]];\nconst Coins = createLucideIcon(\"coins\", __iconNode);\nexport { __iconNode, Coins as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","Coins","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/coins.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '8', cy: '8', r: '6', key: '3yglwk' }],\n ['path', { d: 'M18.09 10.37A6 6 0 1 1 10.34 18', key: 't5s6rm' }],\n ['path', { d: 'M7 6h1v4', key: '1obek4' }],\n ['path', { d: 'm16.71 13.88.7.71-2.82 2.82', key: '1rbuyh' }],\n];\n\n/**\n * @component @name Coins\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/coins\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 Coins = createLucideIcon('coins', __iconNode);\n\nexport default Coins;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmCD,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA+BD,GAAA,EAAK;AAAA,CAAU,EAC9D;AAaA,MAAME,KAAA,GAAQC,gBAAA,CAAiB,SAASP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |