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: \"m19 3 1 1\",\n key: \"ze14oc\"\n}], [\"path\", {\n d: \"m20 2-4.5 4.5\",\n key: \"1sppr8\"\n}], [\"path\", {\n d: \"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\",\n key: \"1xzogz\"\n}], [\"path\", {\n d: \"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844\",\n key: \"vtdg6h\"\n}], [\"circle\", {\n cx: \"14\",\n cy: \"8\",\n r: \"2\",\n key: \"u49eql\"\n}]];\nconst BookKey = createLucideIcon(\"book-key\", __iconNode);\nexport { __iconNode, BookKey as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","BookKey","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/book-key.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm19 3 1 1', key: 'ze14oc' }],\n ['path', { d: 'm20 2-4.5 4.5', key: '1sppr8' }],\n ['path', { d: 'M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20', key: '1xzogz' }],\n ['path', { d: 'M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844', key: 'vtdg6h' }],\n ['circle', { cx: '14', cy: '8', r: '2', key: 'u49eql' }],\n];\n\n/**\n * @component @name BookKey\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/book-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 BookKey = createLucideIcon('book-key', __iconNode);\n\nexport default BookKey;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmDC,GAAA,EAAK;AAAA,CAAU,GAChF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyCC,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMI,OAAA,GAAUC,gBAAA,CAAiB,YAAYP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |