1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"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}]];\nconst MonitorSpeaker = createLucideIcon(\"monitor-speaker\", __iconNode);\nexport { __iconNode, MonitorSpeaker as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","cx","cy","r","MonitorSpeaker","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/monitor-speaker.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M5.5 20H8', key: '1k40s5' }],\n ['path', { d: 'M17 9h.01', key: '1j24nn' }],\n ['rect', { width: '10', height: '16', x: '12', y: '4', rx: '2', key: 'ixliua' }],\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\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('monitor-speaker', __iconNode);\n\nexport default MonitorSpeaker;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC/E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0CC,GAAA,EAAK;AAAA,CAAU,GACvE,CAAC,UAAU;EAAEM,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKR,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMS,cAAA,GAAiBC,gBAAA,CAAiB,mBAAmBZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |