lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.75 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-circle-plus.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M7.9 20A9 9 0 1 0 4 16.1L2 22Z', key: 'vv11sd' }],\n ['path', { d: 'M8 12h8', key: '1wcyev' }],\n ['path', { d: 'M12 8v8', key: 'napkw2' }],\n];\n\n/**\n * @component @name MessageCirclePlus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-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 MessageCirclePlus = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-circle-plus\" />\n);\n\nexport default MessageCirclePlus;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,kCAAkC,KAAK,SAAS,CAAC;AAAA,EAC/D,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAC1C;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}