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