lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.89 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/coins.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '8', cy: '8', r: '6', key: '3yglwk' }],\n ['path', { d: 'M18.09 10.37A6 6 0 1 1 10.34 18', key: 't5s6rm' }],\n ['path', { d: 'M7 6h1v4', key: '1obek4' }],\n ['path', { d: 'm16.71 13.88.7.71-2.82 2.82', key: '1rbuyh' }],\n];\n\n/**\n * @component @name Coins\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/coins\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 Coins = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"coins\" />;\n\nexport default Coins;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACtD,CAAC,QAAQ,EAAE,GAAG,mCAAmC,KAAK,SAAS,CAAC;AAAA,EAChE,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,+BAA+B,KAAK,SAAS,CAAC;AAC9D;AAaA,IAAM,QAAQ,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,QAAQ;AAExF,IAAO,gBAAQ;",
"names": []
}