1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst MonitorSpeaker = createLucideIcon(\"MonitorSpeaker\", [[\"path\", {\n d: \"M5.5 20H8\",\n key: \"1k40s5\"\n}], [\"path\", {\n d: \"M17 9h.01\",\n key: \"1j24nn\"\n}], [\"rect\", {\n width: \"10\",\n height: \"16\",\n x: \"12\",\n y: \"4\",\n rx: \"2\",\n key: \"ixliua\"\n}], [\"path\", {\n d: \"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4\",\n key: \"1mp6e1\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"15\",\n r: \"1\",\n key: \"tqvash\"\n}]]);\nexport { MonitorSpeaker as default };","map":{"version":3,"names":["MonitorSpeaker","createLucideIcon","d","key","width","height","x","y","rx","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/monitor-speaker.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name MonitorSpeaker\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/monitor-speaker\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 MonitorSpeaker = createLucideIcon('MonitorSpeaker', [\n ['path', { d: 'M5.5 20H8', key: '1k40s5' }],\n ['path', { d: 'M17 9h.01', key: '1j24nn' }],\n [\n 'rect',\n { width: '10', height: '16', x: '12', y: '4', rx: '2', key: 'ixliua' },\n ],\n ['path', { d: 'M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4', key: '1mp6e1' }],\n ['circle', { cx: '17', cy: '15', r: '1', key: 'tqvash' }],\n]);\n\nexport default MonitorSpeaker;\n"],"mappings":";;;;;AAaM,MAAAA,cAAA,GAAiBC,gBAAA,CAAiB,gBAAkB,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACvE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,wCAA0C;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvE,CAAC,QAAU;EAAEM,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKR,GAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |