lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.55 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/music-2.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '8', cy: '18', r: '4', key: '1fc0mg' }],\n ['path', { d: 'M12 18V2l7 4', key: 'g04rme' }],\n];\n\n/**\n * @component @name Music2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/music-2\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 Music2 = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"music-2\" />;\n\nexport default Music2;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACvD,CAAC,QAAQ,EAAE,GAAG,gBAAgB,KAAK,SAAS,CAAC;AAC/C;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,UAAU;AAE3F,IAAO,kBAAQ;",
"names": []
}