1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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 = [[\"ellipse\", {\n cx: \"12\",\n cy: \"5\",\n rx: \"9\",\n ry: \"3\",\n key: \"msslwz\"\n}], [\"path\", {\n d: \"M3 5V19A9 3 0 0 0 21 19V5\",\n key: \"1wlel7\"\n}], [\"path\", {\n d: \"M3 12A9 3 0 0 0 21 12\",\n key: \"mv7ke4\"\n}]];\nconst Database = createLucideIcon(\"database\", __iconNode);\nexport { __iconNode, Database as default };","map":{"version":3,"names":["__iconNode","cx","cy","rx","ry","key","d","Database","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/database.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['ellipse', { cx: '12', cy: '5', rx: '9', ry: '3', key: 'msslwz' }],\n ['path', { d: 'M3 5V19A9 3 0 0 0 21 19V5', key: '1wlel7' }],\n ['path', { d: 'M3 12A9 3 0 0 0 21 12', key: 'mv7ke4' }],\n];\n\n/**\n * @component @name Database\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/database\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 Database = createLucideIcon('database', __iconNode);\n\nexport default Database;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,WAAW;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAClE,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BD,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAyBD,GAAA,EAAK;AAAA,CAAU,EACxD;AAaA,MAAME,QAAA,GAAWC,gBAAA,CAAiB,YAAYR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |