lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.32 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/megaphone-off.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344', key: 'bycexp' }],\n [\n 'path',\n { d: 'M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1', key: '1t17s6' },\n ],\n ['path', { d: 'm2 2 20 20', key: '1ooewy' }],\n ['path', { d: 'M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14', key: '1853fq' }],\n ['path', { d: 'M8 8v6', key: 'aieo6v' }],\n];\n\n/**\n * @component @name MegaphoneOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/megaphone-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 MegaphoneOff = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"megaphone-off\" />\n);\n\nexport default MegaphoneOff;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,wDAAwD,KAAK,SAAS,CAAC;AAAA,EACrF;AAAA,IACE;AAAA,IACA,EAAE,GAAG,sEAAsE,KAAK,SAAS;AAAA,EAC3F;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,+DAA+D,KAAK,SAAS,CAAC;AAAA,EAC5F,CAAC,QAAQ,EAAE,GAAG,UAAU,KAAK,SAAS,CAAC;AACzC;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gBAAgB;AAG5D,IAAO,wBAAQ;",
"names": []
}