1 line
No EOL
3.9 KiB
JSON
1 line
No EOL
3.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 = [[\"circle\", {\n cx: \"7.5\",\n cy: \"7.5\",\n r: \".5\",\n fill: \"currentColor\",\n key: \"kqv944\"\n}], [\"circle\", {\n cx: \"18.5\",\n cy: \"5.5\",\n r: \".5\",\n fill: \"currentColor\",\n key: \"lysivs\"\n}], [\"circle\", {\n cx: \"11.5\",\n cy: \"11.5\",\n r: \".5\",\n fill: \"currentColor\",\n key: \"byv1b8\"\n}], [\"circle\", {\n cx: \"7.5\",\n cy: \"16.5\",\n r: \".5\",\n fill: \"currentColor\",\n key: \"nkw3mc\"\n}], [\"circle\", {\n cx: \"17.5\",\n cy: \"14.5\",\n r: \".5\",\n fill: \"currentColor\",\n key: \"1gjh6j\"\n}], [\"path\", {\n d: \"M3 3v16a2 2 0 0 0 2 2h16\",\n key: \"c24i48\"\n}]];\nconst ChartScatter = createLucideIcon(\"chart-scatter\", __iconNode);\nexport { __iconNode, ChartScatter as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","fill","key","d","ChartScatter","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/chart-scatter.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '7.5', cy: '7.5', r: '.5', fill: 'currentColor', key: 'kqv944' }],\n ['circle', { cx: '18.5', cy: '5.5', r: '.5', fill: 'currentColor', key: 'lysivs' }],\n ['circle', { cx: '11.5', cy: '11.5', r: '.5', fill: 'currentColor', key: 'byv1b8' }],\n ['circle', { cx: '7.5', cy: '16.5', r: '.5', fill: 'currentColor', key: 'nkw3mc' }],\n ['circle', { cx: '17.5', cy: '14.5', r: '.5', fill: 'currentColor', key: '1gjh6j' }],\n ['path', { d: 'M3 3v16a2 2 0 0 0 2 2h16', key: 'c24i48' }],\n];\n\n/**\n * @component @name ChartScatter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-scatter\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 ChartScatter = createLucideIcon('chart-scatter', __iconNode);\n\nexport default ChartScatter;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAOC,EAAA,EAAI;EAAOC,CAAA,EAAG;EAAMC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAU,GACjF,CAAC,UAAU;EAAEJ,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAOC,CAAA,EAAG;EAAMC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAU,GAClF,CAAC,UAAU;EAAEJ,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAMC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAU,GACnF,CAAC,UAAU;EAAEJ,EAAA,EAAI;EAAOC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAMC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAU,GAClF,CAAC,UAAU;EAAEJ,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAMC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAU,GACnF,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4BD,GAAA,EAAK;AAAA,CAAU,EAC3D;AAaA,MAAME,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |