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: \"m14 18 4 4 4-4\",\n key: \"1waygx\"\n}], [\"path\", {\n d: \"M16 2v4\",\n key: \"4m81vk\"\n}], [\"path\", {\n d: \"M18 14v8\",\n key: \"irew45\"\n}], [\"path\", {\n d: \"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343\",\n key: \"bse4f3\"\n}], [\"path\", {\n d: \"M3 10h18\",\n key: \"8toen8\"\n}], [\"path\", {\n d: \"M8 2v4\",\n key: \"1cmpym\"\n}]];\nconst CalendarArrowDown = createLucideIcon(\"calendar-arrow-down\", __iconNode);\nexport { __iconNode, CalendarArrowDown as default };","map":{"version":3,"names":["__iconNode","d","key","CalendarArrowDown","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/calendar-arrow-down.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm14 18 4 4 4-4', key: '1waygx' }],\n ['path', { d: 'M16 2v4', key: '4m81vk' }],\n ['path', { d: 'M18 14v8', key: 'irew45' }],\n [\n 'path',\n { d: 'M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343', key: 'bse4f3' },\n ],\n ['path', { d: 'M3 10h18', key: '8toen8' }],\n ['path', { d: 'M8 2v4', key: '1cmpym' }],\n];\n\n/**\n * @component @name CalendarArrowDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/calendar-arrow-down\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 CalendarArrowDown = createLucideIcon('calendar-arrow-down', __iconNode);\n\nexport default CalendarArrowDown;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CACE,QACA;EAAED,CAAA,EAAG;EAAqEC,GAAA,EAAK;AAAA,EACjF,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAUC,GAAA,EAAK;AAAA,CAAU,EACzC;AAaA,MAAMC,iBAAA,GAAoBC,gBAAA,CAAiB,uBAAuBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |