1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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 = [[\"circle\", {\n cx: \"12\",\n cy: \"17\",\n r: \"1\",\n key: \"1ixnty\"\n}], [\"path\", {\n d: \"M21 7v6h-6\",\n key: \"3ptur4\"\n}], [\"path\", {\n d: \"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7\",\n key: \"1kgawr\"\n}]];\nconst RedoDot = createLucideIcon(\"redo-dot\", __iconNode);\nexport { __iconNode, RedoDot as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","RedoDot","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/redo-dot.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '12', cy: '17', r: '1', key: '1ixnty' }],\n ['path', { d: 'M21 7v6h-6', key: '3ptur4' }],\n ['path', { d: 'M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7', key: '1kgawr' }],\n];\n\n/**\n * @component @name RedoDot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/redo-dot\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 RedoDot = createLucideIcon('redo-dot', __iconNode);\n\nexport default RedoDot;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcD,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6CD,GAAA,EAAK;AAAA,CAAU,EAC5E;AAaA,MAAME,OAAA,GAAUC,gBAAA,CAAiB,YAAYP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |