lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.03 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/battery-charging.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'm11 7-3 5h4l-3 5', key: 'b4a64w' }],\n ['path', { d: 'M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935', key: 'lre1cr' }],\n ['path', { d: 'M22 14v-4', key: '14q9d5' }],\n ['path', { d: 'M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936', key: '13q5k0' }],\n];\n\n/**\n * @component @name BatteryCharging\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/battery-charging\n * @see https://lucide.dev/guide/packages/lucide-solid - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst BatteryCharging = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"battery-charging\" />\n);\n\nexport default BatteryCharging;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,oBAAoB,KAAK,SAAS,CAAC;AAAA,EACjD,CAAC,QAAQ,EAAE,GAAG,qDAAqD,KAAK,SAAS,CAAC;AAAA,EAClF,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,kDAAkD,KAAK,SAAS,CAAC;AACjF;AAaA,IAAM,kBAAkB,CAAC,UACvB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,mBAAmB;AAG/D,IAAO,2BAAQ;",
"names": []
}