1 line
No EOL
3.6 KiB
JSON
1 line
No EOL
3.6 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: \"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4\",\n key: \"vvzvr1\"\n}], [\"path\", {\n d: \"M8 8v1\",\n key: \"xcqmfk\"\n}], [\"path\", {\n d: \"M12 8v1\",\n key: \"1rj8u4\"\n}], [\"path\", {\n d: \"M16 8v1\",\n key: \"1q12zr\"\n}], [\"rect\", {\n width: \"20\",\n height: \"12\",\n x: \"2\",\n y: \"9\",\n rx: \"2\",\n key: \"igpb89\"\n}], [\"circle\", {\n cx: \"8\",\n cy: \"15\",\n r: \"2\",\n key: \"fa4a8s\"\n}], [\"circle\", {\n cx: \"16\",\n cy: \"15\",\n r: \"2\",\n key: \"14c3ya\"\n}]];\nconst BoomBox = createLucideIcon(\"boom-box\", __iconNode);\nexport { __iconNode, BoomBox as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","cx","cy","r","BoomBox","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/boom-box.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4', key: 'vvzvr1' }],\n ['path', { d: 'M8 8v1', key: 'xcqmfk' }],\n ['path', { d: 'M12 8v1', key: '1rj8u4' }],\n ['path', { d: 'M16 8v1', key: '1q12zr' }],\n ['rect', { width: '20', height: '12', x: '2', y: '9', rx: '2', key: 'igpb89' }],\n ['circle', { cx: '8', cy: '15', r: '2', key: 'fa4a8s' }],\n ['circle', { cx: '16', cy: '15', r: '2', key: '14c3ya' }],\n];\n\n/**\n * @component @name BoomBox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/boom-box\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 BoomBox = createLucideIcon('boom-box', __iconNode);\n\nexport default BoomBox;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2CC,GAAA,EAAK;AAAA,CAAU,GACxE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAUC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,UAAU;EAAEM,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKR,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAU;EAAEM,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKR,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMS,OAAA,GAAUC,gBAAA,CAAiB,YAAYZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |