lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.97 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/bubbles.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M7.2 14.8a2 2 0 0 1 2 2', key: '1tw9gg' }],\n ['circle', { cx: '18.5', cy: '8.5', r: '3.5', key: '1wadoa' }],\n ['circle', { cx: '7.5', cy: '16.5', r: '5.5', key: '6mdt3g' }],\n ['circle', { cx: '7.5', cy: '4.5', r: '2.5', key: '637s54' }],\n];\n\n/**\n * @component @name Bubbles\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bubbles\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 Bubbles = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"bubbles\" />;\n\nexport default Bubbles;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAAA,EACxD,CAAC,UAAU,EAAE,IAAI,QAAQ,IAAI,OAAO,GAAG,OAAO,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,UAAU,EAAE,IAAI,OAAO,IAAI,QAAQ,GAAG,OAAO,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,UAAU,EAAE,IAAI,OAAO,IAAI,OAAO,GAAG,OAAO,KAAK,SAAS,CAAC;AAC9D;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,UAAU;AAE5F,IAAO,kBAAQ;",
"names": []
}