lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.13 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/bell-plus.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M10.268 21a2 2 0 0 0 3.464 0', key: 'vwvbt9' }],\n ['path', { d: 'M15 8h6', key: '8ybuxh' }],\n ['path', { d: 'M18 5v6', key: 'g5ayrv' }],\n [\n 'path',\n {\n d: 'M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332',\n key: '1abcvy',\n },\n ],\n];\n\n/**\n * @component @name BellPlus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bell-plus\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 BellPlus = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"bell-plus\" />;\n\nexport default BellPlus;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,gCAAgC,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}