1 line
No EOL
2.3 KiB
JSON
1 line
No EOL
2.3 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: \"9\",\n cy: \"9\",\n r: \"7\",\n key: \"p2h5vp\"\n}], [\"circle\", {\n cx: \"15\",\n cy: \"15\",\n r: \"7\",\n key: \"19ennj\"\n}]];\nconst Blend = createLucideIcon(\"blend\", __iconNode);\nexport { __iconNode, Blend as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","Blend","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/blend.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '9', cy: '9', r: '7', key: 'p2h5vp' }],\n ['circle', { cx: '15', cy: '15', r: '7', key: '19ennj' }],\n];\n\n/**\n * @component @name Blend\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/blend\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 Blend = createLucideIcon('blend', __iconNode);\n\nexport default Blend;\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,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMC,KAAA,GAAQC,gBAAA,CAAiB,SAASN,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |