lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.15 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/message-circle-off.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'm2 2 20 20', key: '1ooewy' }],\n [\n 'path',\n {\n d: 'M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989',\n key: '7il5tn',\n },\n ],\n ['path', { d: 'M8.35 2.69A10 10 0 0 1 21.3 15.65', key: '1pfsoa' }],\n];\n\n/**\n * @component @name MessageCircleOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-off\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 MessageCircleOff = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"message-circle-off\" />\n);\n\nexport default MessageCircleOff;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,qCAAqC,KAAK,SAAS,CAAC;AACpE;AAaA,IAAM,mBAAmB,CAAC,UACxB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,qBAAqB;AAGjE,IAAO,6BAAQ;",
"names": []
}