1 line
No EOL
3 KiB
JSON
1 line
No EOL
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 = [[\"path\", {\n d: \"M10 9v6\",\n key: \"17i7lo\"\n}], [\"path\", {\n d: \"M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605\",\n key: \"o09yah\"\n}], [\"path\", {\n d: \"M22 14v-4\",\n key: \"14q9d5\"\n}], [\"path\", {\n d: \"M7 12h6\",\n key: \"iekk3h\"\n}], [\"path\", {\n d: \"M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606\",\n key: \"xyqvf1\"\n}]];\nconst BatteryPlus = createLucideIcon(\"battery-plus\", __iconNode);\nexport { __iconNode, BatteryPlus as default };","map":{"version":3,"names":["__iconNode","d","key","BatteryPlus","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/battery-plus.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 9v6', key: '17i7lo' }],\n ['path', { d: 'M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605', key: 'o09yah' }],\n ['path', { d: 'M22 14v-4', key: '14q9d5' }],\n ['path', { d: 'M7 12h6', key: 'iekk3h' }],\n ['path', { d: 'M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606', key: 'xyqvf1' }],\n];\n\n/**\n * @component @name BatteryPlus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/battery-plus\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 BatteryPlus = createLucideIcon('battery-plus', __iconNode);\n\nexport default BatteryPlus;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqDC,GAAA,EAAK;AAAA,CAAU,GAClF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmDC,GAAA,EAAK;AAAA,CAAU,EAClF;AAaA,MAAMC,WAAA,GAAcC,gBAAA,CAAiB,gBAAgBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |