1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.3 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: \"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4\",\n key: \"edstyy\"\n}], [\"path\", {\n d: \"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2\",\n key: \"19wdwo\"\n}], [\"path\", {\n d: \"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5\",\n key: \"1lugqo\"\n}], [\"path\", {\n d: \"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2\",\n key: \"1hbeus\"\n}], [\"path\", {\n d: \"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0\",\n key: \"1etffm\"\n}]];\nconst HandGrab = createLucideIcon(\"hand-grab\", __iconNode);\nexport { __iconNode, HandGrab as default };","map":{"version":3,"names":["__iconNode","d","key","HandGrab","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/hand-grab.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4', key: 'edstyy' }],\n ['path', { d: 'M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2', key: '19wdwo' }],\n ['path', { d: 'M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5', key: '1lugqo' }],\n ['path', { d: 'M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2', key: '1hbeus' }],\n [\n 'path',\n { d: 'M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0', key: '1etffm' },\n ],\n];\n\n/**\n * @component @name HandGrab\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hand-grab\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 HandGrab = createLucideIcon('hand-grab', __iconNode);\n\nexport default HandGrab;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA8CC,GAAA,EAAK;AAAA,CAAU,GAC3E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0CC,GAAA,EAAK;AAAA,CAAU,GACvE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2CC,GAAA,EAAK;AAAA,CAAU,GACxE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqCC,GAAA,EAAK;AAAA,CAAU,GAClE,CACE,QACA;EAAED,CAAA,EAAG;EAAuEC,GAAA,EAAK;AAAA,EAAS,CAE9F;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,aAAaJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |