lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.92 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/satellite-dish.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M4 10a7.31 7.31 0 0 0 10 10Z', key: '1fzpp3' }],\n ['path', { d: 'm9 15 3-3', key: '88sc13' }],\n ['path', { d: 'M17 13a6 6 0 0 0-6-6', key: '15cc6u' }],\n ['path', { d: 'M21 13A10 10 0 0 0 11 3', key: '11nf8s' }],\n];\n\n/**\n * @component @name SatelliteDish\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/satellite-dish\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 SatelliteDish = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"satellite-dish\" />\n);\n\nexport default SatelliteDish;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,gCAAgC,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,wBAAwB,KAAK,SAAS,CAAC;AAAA,EACrD,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,gBAAgB,CAAC,UACrB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}