1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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 6v6l2 1\",\n key: \"19cm8n\"\n}], [\"path\", {\n d: \"M12.337 21.994a10 10 0 1 1 9.588-8.767\",\n key: \"28moa\"\n}], [\"path\", {\n d: \"m14 18 4 4 4-4\",\n key: \"1waygx\"\n}], [\"path\", {\n d: \"M18 14v8\",\n key: \"irew45\"\n}]];\nconst ClockArrowDown = createLucideIcon(\"clock-arrow-down\", __iconNode);\nexport { __iconNode, ClockArrowDown as default };","map":{"version":3,"names":["__iconNode","d","key","ClockArrowDown","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/clock-arrow-down.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 6v6l2 1', key: '19cm8n' }],\n ['path', { d: 'M12.337 21.994a10 10 0 1 1 9.588-8.767', key: '28moa' }],\n ['path', { d: 'm14 18 4 4 4-4', key: '1waygx' }],\n ['path', { d: 'M18 14v8', key: 'irew45' }],\n];\n\n/**\n * @component @name ClockArrowDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/clock-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 ClockArrowDown = createLucideIcon('clock-arrow-down', __iconNode);\n\nexport default ClockArrowDown;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeC,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0CC,GAAA,EAAK;AAAA,CAAS,GACtE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,EAC3C;AAaA,MAAMC,cAAA,GAAiBC,gBAAA,CAAiB,oBAAoBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |