lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.8 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-square-share.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7', key: 'tqtdkg' }],\n ['path', { d: 'M16 3h5v5', key: '1806ms' }],\n ['path', { d: 'm16 8 5-5', key: '15mbrl' }],\n];\n\n/**\n * @component @name MessageSquareShare\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-square-share\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 MessageSquareShare = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-square-share\" />\n);\n\nexport default MessageSquareShare;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,mDAAmD,KAAK,SAAS,CAAC;AAAA,EAChF,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,uBAAuB;AAGnE,IAAO,+BAAQ;",
"names": []
}