1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.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: \"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5\",\n key: \"x6cv4u\"\n}], [\"path\", {\n d: \"M18 12h.01\",\n key: \"yjnet6\"\n}], [\"path\", {\n d: \"M19 22v-6\",\n key: \"qhmiwi\"\n}], [\"path\", {\n d: \"m22 19-3-3-3 3\",\n key: \"rn6bg2\"\n}], [\"path\", {\n d: \"M6 12h.01\",\n key: \"c2rlol\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"2\",\n key: \"1c9p78\"\n}]];\nconst BanknoteArrowUp = createLucideIcon(\"banknote-arrow-up\", __iconNode);\nexport { __iconNode, BanknoteArrowUp as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","BanknoteArrowUp","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/banknote-arrow-up.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5', key: 'x6cv4u' }],\n ['path', { d: 'M18 12h.01', key: 'yjnet6' }],\n ['path', { d: 'M19 22v-6', key: 'qhmiwi' }],\n ['path', { d: 'm22 19-3-3-3 3', key: 'rn6bg2' }],\n ['path', { d: 'M6 12h.01', key: 'c2rlol' }],\n ['circle', { cx: '12', cy: '12', r: '2', key: '1c9p78' }],\n];\n\n/**\n * @component @name BanknoteArrowUp\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/banknote-arrow-up\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 BanknoteArrowUp = createLucideIcon('banknote-arrow-up', __iconNode);\n\nexport default BanknoteArrowUp;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6DC,GAAA,EAAK;AAAA,CAAU,GAC1F,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,eAAA,GAAkBC,gBAAA,CAAiB,qBAAqBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |