1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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: \"m13 21-3-3 3-3\",\n key: \"s3o1nf\"\n}], [\"path\", {\n d: \"M20 18H10\",\n key: \"14r3mt\"\n}], [\"path\", {\n d: \"M3 11h.01\",\n key: \"1eifu7\"\n}], [\"rect\", {\n x: \"6\",\n y: \"3\",\n width: \"5\",\n height: \"8\",\n rx: \"2.5\",\n key: \"v9paqo\"\n}]];\nconst DecimalsArrowLeft = createLucideIcon(\"decimals-arrow-left\", __iconNode);\nexport { __iconNode, DecimalsArrowLeft as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","DecimalsArrowLeft","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/decimals-arrow-left.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm13 21-3-3 3-3', key: 's3o1nf' }],\n ['path', { d: 'M20 18H10', key: '14r3mt' }],\n ['path', { d: 'M3 11h.01', key: '1eifu7' }],\n ['rect', { x: '6', y: '3', width: '5', height: '8', rx: '2.5', key: 'v9paqo' }],\n];\n\n/**\n * @component @name DecimalsArrowLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/decimals-arrow-left\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 DecimalsArrowLeft = createLucideIcon('decimals-arrow-left', __iconNode);\n\nexport default DecimalsArrowLeft;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,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,iBAAA,GAAoBC,gBAAA,CAAiB,uBAAuBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |