1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\",\n key: \"14sxne\"\n}], [\"path\", {\n d: \"M3 3v5h5\",\n key: \"1xhq8a\"\n}], [\"path\", {\n d: \"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16\",\n key: \"1hlbsb\"\n}], [\"path\", {\n d: \"M16 16h5v5\",\n key: \"ccwih5\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"1\",\n key: \"41hilf\"\n}]];\nconst RefreshCcwDot = createLucideIcon(\"refresh-ccw-dot\", __iconNode);\nexport { __iconNode, RefreshCcwDot as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","RefreshCcwDot","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/refresh-ccw-dot.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8', key: '14sxne' }],\n ['path', { d: 'M3 3v5h5', key: '1xhq8a' }],\n ['path', { d: 'M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16', key: '1hlbsb' }],\n ['path', { d: 'M16 16h5v5', key: 'ccwih5' }],\n ['circle', { cx: '12', cy: '12', r: '1', key: '41hilf' }],\n];\n\n/**\n * @component @name RefreshCcwDot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/refresh-ccw-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 RefreshCcwDot = createLucideIcon('refresh-ccw-dot', __iconNode);\n\nexport default RefreshCcwDot;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAsDC,GAAA,EAAK;AAAA,CAAU,GACnF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuDC,GAAA,EAAK;AAAA,CAAU,GACpF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,aAAA,GAAgBC,gBAAA,CAAiB,mBAAmBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |