lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.36 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/wifi-zero.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [['path', { d: 'M12 20h.01', key: 'zekei9' }]];\n\n/**\n * @component @name WifiZero\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wifi-zero\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 WifiZero = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"wifi-zero\" />;\n\nexport default WifiZero;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB,CAAC,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC,CAAC;AAaxE,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}