lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.88 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-square-code.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M10 7.5 8 10l2 2.5', key: 'xb17xw' }],\n ['path', { d: 'm14 7.5 2 2.5-2 2.5', key: '5rap1v' }],\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];\n\n/**\n * @component @name MessageSquareCode\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-square-code\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 MessageSquareCode = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-square-code\" />\n);\n\nexport default MessageSquareCode;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,sBAAsB,KAAK,SAAS,CAAC;AAAA,EACnD,CAAC,QAAQ,EAAE,GAAG,uBAAuB,KAAK,SAAS,CAAC;AAAA,EACpD,CAAC,QAAQ,EAAE,GAAG,iEAAiE,KAAK,SAAS,CAAC;AAChG;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}