lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.85 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-square-warning.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z', key: '1lielz' }],\n ['path', { d: 'M12 7v2', key: 'stiyo7' }],\n ['path', { d: 'M12 13h.01', key: 'y0uutt' }],\n];\n\n/**\n * @component @name MessageSquareWarning\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-square-warning\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 MessageSquareWarning = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-square-warning\" />\n);\n\nexport default MessageSquareWarning;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,iEAAiE,KAAK,SAAS,CAAC;AAAA,EAC9F,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAC7C;AAaA,IAAM,uBAAuB,CAAC,UAC5B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,yBAAyB;AAGrE,IAAO,iCAAQ;",
"names": []
}