1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 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: \"M10 18h10\",\n key: \"1y5s8o\"\n}], [\"path\", {\n d: \"m17 21 3-3-3-3\",\n key: \"1ammt0\"\n}], [\"path\", {\n d: \"M3 11h.01\",\n key: \"1eifu7\"\n}], [\"rect\", {\n x: \"15\",\n y: \"3\",\n width: \"5\",\n height: \"8\",\n rx: \"2.5\",\n key: \"76md6a\"\n}], [\"rect\", {\n x: \"6\",\n y: \"3\",\n width: \"5\",\n height: \"8\",\n rx: \"2.5\",\n key: \"v9paqo\"\n}]];\nconst DecimalsArrowRight = createLucideIcon(\"decimals-arrow-right\", __iconNode);\nexport { __iconNode, DecimalsArrowRight as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","DecimalsArrowRight","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/decimals-arrow-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 18h10', key: '1y5s8o' }],\n ['path', { d: 'm17 21 3-3-3-3', key: '1ammt0' }],\n ['path', { d: 'M3 11h.01', key: '1eifu7' }],\n ['rect', { x: '15', y: '3', width: '5', height: '8', rx: '2.5', key: '76md6a' }],\n ['rect', { x: '6', y: '3', width: '5', height: '8', rx: '2.5', key: 'v9paqo' }],\n];\n\n/**\n * @component @name DecimalsArrowRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/decimals-arrow-right\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 DecimalsArrowRight = createLucideIcon('decimals-arrow-right', __iconNode);\n\nexport default DecimalsArrowRight;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,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,QAAQ;EAAEC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAOL,GAAA,EAAK;AAAA,CAAU,GAC/E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAOL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,kBAAA,GAAqBC,gBAAA,CAAiB,wBAAwBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |