lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.72 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-square-dot.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7', key: 'uodpkb' }],\n ['circle', { cx: '18', cy: '6', r: '3', key: '1h7g24' }],\n];\n\n/**\n * @component @name MessageSquareDot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-square-dot\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 MessageSquareDot = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-square-dot\" />\n);\n\nexport default MessageSquareDot;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,wDAAwD,KAAK,SAAS,CAAC;AAAA,EACrF,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AACzD;AAaA,IAAM,mBAAmB,CAAC,UACxB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,qBAAqB;AAGjE,IAAO,6BAAQ;",
"names": []
}