lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.81 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-circle-reply.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: 'm10 15-3-3 3-3', key: '1pgupc' }],\n ['path', { d: 'M7 12h7a2 2 0 0 1 2 2v1', key: '1gheu4' }],\n];\n\n/**\n * @component @name MessageCircleReply\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-reply\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 MessageCircleReply = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-circle-reply\" />\n);\n\nexport default MessageCircleReply;\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,kBAAkB,KAAK,SAAS,CAAC;AAAA,EAC/C,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,uBAAuB;AAGnE,IAAO,+BAAQ;",
"names": []
}