1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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: \"M12 6v.343\",\n key: \"1gyhex\"\n}], [\"path\", {\n d: \"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218\",\n key: \"ukzz01\"\n}], [\"path\", {\n d: \"M19 13.343V9A7 7 0 0 0 8.56 2.902\",\n key: \"104jy9\"\n}], [\"path\", {\n d: \"M22 22 2 2\",\n key: \"1r8tn9\"\n}]];\nconst MouseOff = createLucideIcon(\"mouse-off\", __iconNode);\nexport { __iconNode, MouseOff as default };","map":{"version":3,"names":["__iconNode","d","key","MouseOff","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/mouse-off.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 6v.343', key: '1gyhex' }],\n ['path', { d: 'M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218', key: 'ukzz01' }],\n ['path', { d: 'M19 13.343V9A7 7 0 0 0 8.56 2.902', key: '104jy9' }],\n ['path', { d: 'M22 22 2 2', key: '1r8tn9' }],\n];\n\n/**\n * @component @name MouseOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/mouse-off\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 MouseOff = createLucideIcon('mouse-off', __iconNode);\n\nexport default MouseOff;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwDC,GAAA,EAAK;AAAA,CAAU,GACrF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqCC,GAAA,EAAK;AAAA,CAAU,GAClE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,aAAaJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |