1 line
No EOL
3.5 KiB
JSON
1 line
No EOL
3.5 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: \"M7 3.34V5a3 3 0 0 0 3 3\",\n key: \"w732o8\"\n}], [\"path\", {\n d: \"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05\",\n key: \"f02343\"\n}], [\"path\", {\n d: \"M21.54 15H17a2 2 0 0 0-2 2v4.54\",\n key: \"1djwo0\"\n}], [\"path\", {\n d: \"M12 2a10 10 0 1 0 9.54 13\",\n key: \"zjsr6q\"\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 EarthLock = createLucideIcon(\"earth-lock\", __iconNode);\nexport { __iconNode, EarthLock as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","EarthLock","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/earth-lock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M7 3.34V5a3 3 0 0 0 3 3', key: 'w732o8' }],\n ['path', { d: 'M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05', key: 'f02343' }],\n ['path', { d: 'M21.54 15H17a2 2 0 0 0-2 2v4.54', key: '1djwo0' }],\n ['path', { d: 'M12 2a10 10 0 1 0 9.54 13', key: 'zjsr6q' }],\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 EarthLock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/earth-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 EarthLock = createLucideIcon('earth-lock', __iconNode);\n\nexport default EarthLock;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkEC,GAAA,EAAK;AAAA,CAAU,GAC/F,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmCC,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,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":[]} |