lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.86 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/wifi.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M12 20h.01', key: 'zekei9' }],\n ['path', { d: 'M2 8.82a15 15 0 0 1 20 0', key: 'dnpr2z' }],\n ['path', { d: 'M5 12.859a10 10 0 0 1 14 0', key: '1x1e6c' }],\n ['path', { d: 'M8.5 16.429a5 5 0 0 1 7 0', key: '1bycff' }],\n];\n\n/**\n * @component @name Wifi\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wifi\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 Wifi = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"wifi\" />;\n\nexport default Wifi;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,4BAA4B,KAAK,SAAS,CAAC;AAAA,EACzD,CAAC,QAAQ,EAAE,GAAG,8BAA8B,KAAK,SAAS,CAAC;AAAA,EAC3D,CAAC,QAAQ,EAAE,GAAG,6BAA6B,KAAK,SAAS,CAAC;AAC5D;AAaA,IAAM,OAAO,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,OAAO;AAEtF,IAAO,eAAQ;",
"names": []
}