1 line
No EOL
3 KiB
JSON
1 line
No EOL
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: \"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13\",\n key: \"qkt0x6\"\n}], [\"path\", {\n d: \"M2 12h8.5\",\n key: \"ovaggd\"\n}], [\"path\", {\n d: \"M20 6V4a2 2 0 1 0-4 0v2\",\n key: \"1of5e8\"\n}], [\"rect\", {\n width: \"8\",\n height: \"5\",\n x: \"14\",\n y: \"6\",\n rx: \"1\",\n key: \"1fmf51\"\n}]];\nconst GlobeLock = createLucideIcon(\"globe-lock\", __iconNode);\nexport { __iconNode, GlobeLock as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","GlobeLock","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/globe-lock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13',\n key: 'qkt0x6',\n },\n ],\n ['path', { d: 'M2 12h8.5', key: 'ovaggd' }],\n ['path', { d: 'M20 6V4a2 2 0 1 0-4 0v2', key: '1of5e8' }],\n ['rect', { width: '8', height: '5', x: '14', y: '6', rx: '1', key: '1fmf51' }],\n];\n\n/**\n * @component @name GlobeLock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/globe-lock\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 GlobeLock = createLucideIcon('globe-lock', __iconNode);\n\nexport default GlobeLock;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2BC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMM,SAAA,GAAYC,gBAAA,CAAiB,cAAcT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |