lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.38 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/battery-full.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '16', height: '10', x: '2', y: '7', rx: '2', ry: '2', key: '1w10f2' }],\n ['line', { x1: '22', x2: '22', y1: '11', y2: '13', key: '4dh1rd' }],\n ['line', { x1: '6', x2: '6', y1: '11', y2: '13', key: '1wd6dw' }],\n ['line', { x1: '10', x2: '10', y1: '11', y2: '13', key: 'haxvl5' }],\n ['line', { x1: '14', x2: '14', y1: '11', y2: '13', key: 'c6fn6x' }],\n];\n\n/**\n * @component @name BatteryFull\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/battery-full\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 BatteryFull = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"battery-full\" />\n);\n\nexport default BatteryFull;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EACvF,CAAC,QAAQ,EAAE,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,KAAK,SAAS,CAAC;AAAA,EAClE,CAAC,QAAQ,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,IAAI,MAAM,KAAK,SAAS,CAAC;AAAA,EAChE,CAAC,QAAQ,EAAE,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,KAAK,SAAS,CAAC;AAAA,EAClE,CAAC,QAAQ,EAAE,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,IAAI,MAAM,KAAK,SAAS,CAAC;AACpE;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,eAAe;AAG3D,IAAO,uBAAQ;",
"names": []
}