1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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 14v-4\",\n key: \"suye4c\"\n}], [\"path\", {\n d: \"M22 14v-4\",\n key: \"14q9d5\"\n}], [\"path\", {\n d: \"M6 14v-4\",\n key: \"14a6bd\"\n}], [\"rect\", {\n x: \"2\",\n y: \"6\",\n width: \"16\",\n height: \"12\",\n rx: \"2\",\n key: \"13zb55\"\n}]];\nconst BatteryMedium = createLucideIcon(\"battery-medium\", __iconNode);\nexport { __iconNode, BatteryMedium as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","BatteryMedium","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/battery-medium.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 14v-4', key: 'suye4c' }],\n ['path', { d: 'M22 14v-4', key: '14q9d5' }],\n ['path', { d: 'M6 14v-4', key: '14a6bd' }],\n ['rect', { x: '2', y: '6', width: '16', height: '12', rx: '2', key: '13zb55' }],\n];\n\n/**\n * @component @name BatteryMedium\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/battery-medium\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 BatteryMedium = createLucideIcon('battery-medium', __iconNode);\n\nexport default BatteryMedium;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |