1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Megaphone = createLucideIcon(\"Megaphone\", [[\"path\", {\n d: \"m3 11 18-5v12L3 14v-3z\",\n key: \"n962bs\"\n}], [\"path\", {\n d: \"M11.6 16.8a3 3 0 1 1-5.8-1.6\",\n key: \"1yl0tm\"\n}]]);\nexport { Megaphone as default };","map":{"version":3,"names":["Megaphone","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/megaphone.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Megaphone\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/megaphone\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Megaphone = createLucideIcon('Megaphone', [\n ['path', { d: 'm3 11 18-5v12L3 14v-3z', key: 'n962bs' }],\n ['path', { d: 'M11.6 16.8a3 3 0 1 1-5.8-1.6', key: '1yl0tm' }],\n]);\n\nexport default Megaphone;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,MAAQ;EAAEC,CAAA,EAAG,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAED,CAAA,EAAG,8BAAgC;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC9D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |