lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.92 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-circle-heart.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 [\n 'path',\n {\n d: 'M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7',\n key: '43lnbm',\n },\n ],\n];\n\n/**\n * @component @name MessageCircleHeart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-heart\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 MessageCircleHeart = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-circle-heart\" />\n);\n\nexport default MessageCircleHeart;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,kCAAkC,KAAK,SAAS,CAAC;AAAA,EAC/D;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,uBAAuB;AAGnE,IAAO,+BAAQ;",
"names": []
}