lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.12 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/podcast.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n { d: 'M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z', fill: 'currentColor', key: 'x1mxqr' },\n ],\n ['path', { d: 'M16.85 18.58a9 9 0 1 0-9.7 0', key: 'd71mpg' }],\n ['path', { d: 'M8 14a5 5 0 1 1 8 0', key: 'fc81rn' }],\n ['circle', { cx: '12', cy: '11', r: '1', fill: 'currentColor', key: 'vqiwd' }],\n];\n\n/**\n * @component @name Podcast\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/podcast\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 Podcast = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"podcast\" />;\n\nexport default Podcast;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA,EAAE,GAAG,kDAAkD,MAAM,gBAAgB,KAAK,SAAS;AAAA,EAC7F;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,gCAAgC,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,QAAQ,EAAE,GAAG,uBAAuB,KAAK,SAAS,CAAC;AAAA,EACpD,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,KAAK,MAAM,gBAAgB,KAAK,QAAQ,CAAC;AAC/E;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,UAAU;AAE5F,IAAO,kBAAQ;",
"names": []
}