lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.9 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-circle-more.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 12h.01', key: 'czm47f' }],\n ['path', { d: 'M12 12h.01', key: '1mp3jc' }],\n ['path', { d: 'M16 12h.01', key: '1l6xoz' }],\n];\n\n/**\n * @component @name MessageCircleMore\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-more\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 MessageCircleMore = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-circle-more\" />\n);\n\nexport default MessageCircleMore;\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,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAC7C;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}