lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.68 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/cloud-lightning.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973', key: '1cez44' }],\n ['path', { d: 'm13 12-3 5h4l-3 5', key: '1t22er' }],\n];\n\n/**\n * @component @name CloudLightning\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/cloud-lightning\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 CloudLightning = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"cloud-lightning\" />\n);\n\nexport default CloudLightning;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,2DAA2D,KAAK,SAAS,CAAC;AAAA,EACxF,CAAC,QAAQ,EAAE,GAAG,qBAAqB,KAAK,SAAS,CAAC;AACpD;AAaA,IAAM,iBAAiB,CAAC,UACtB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}