lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.13 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/lightbulb-off.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5', key: '1fkcox' }],\n ['path', { d: 'm2 2 20 20', key: '1ooewy' }],\n ['path', { d: 'M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5', key: '10m8kw' }],\n ['path', { d: 'M9 18h6', key: 'x1upvd' }],\n ['path', { d: 'M10 22h4', key: 'ceow96' }],\n];\n\n/**\n * @component @name LightbulbOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/lightbulb-off\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 LightbulbOff = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"lightbulb-off\" />\n);\n\nexport default LightbulbOff;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,kDAAkD,KAAK,SAAS,CAAC;AAAA,EAC/E,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,yDAAyD,KAAK,SAAS,CAAC;AAAA,EACtF,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gBAAgB;AAG5D,IAAO,wBAAQ;",
"names": []
}