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 = [[\"circle\", {\n cx: \"16\",\n cy: \"20\",\n r: \"2\",\n key: \"1vifvg\"\n}], [\"path\", {\n d: \"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2\",\n key: \"3hgo9p\"\n}], [\"path\", {\n d: \"m22 14-4.5 4.5\",\n key: \"1ef6z8\"\n}], [\"path\", {\n d: \"m21 15 1 1\",\n key: \"1ejcpy\"\n}]];\nconst FolderKey = createLucideIcon(\"folder-key\", __iconNode);\nexport { __iconNode, FolderKey as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","FolderKey","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/folder-key.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '16', cy: '20', r: '2', key: '1vifvg' }],\n [\n 'path',\n {\n d: 'M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2',\n key: '3hgo9p',\n },\n ],\n ['path', { d: 'm22 14-4.5 4.5', key: '1ef6z8' }],\n ['path', { d: 'm21 15 1 1', key: '1ejcpy' }],\n];\n\n/**\n * @component @name FolderKey\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/folder-key\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 FolderKey = createLucideIcon('folder-key', __iconNode);\n\nexport default FolderKey;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBD,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcD,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAME,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |