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: \"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z\",\n key: \"xwnzip\"\n}], [\"path\", {\n d: \"M5 17A12 12 0 0 1 17 5\",\n key: \"1okkup\"\n}], [\"circle\", {\n cx: \"19\",\n cy: \"5\",\n r: \"2\",\n key: \"mhkx31\"\n}], [\"circle\", {\n cx: \"5\",\n cy: \"19\",\n r: \"2\",\n key: \"v8kfzx\"\n}]];\nconst SplinePointer = createLucideIcon(\"spline-pointer\", __iconNode);\nexport { __iconNode, SplinePointer as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","SplinePointer","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/spline-pointer.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z',\n key: 'xwnzip',\n },\n ],\n ['path', { d: 'M5 17A12 12 0 0 1 17 5', key: '1okkup' }],\n ['circle', { cx: '19', cy: '5', r: '2', key: 'mhkx31' }],\n ['circle', { cx: '5', cy: '19', r: '2', key: 'v8kfzx' }],\n];\n\n/**\n * @component @name SplinePointer\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/spline-pointer\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 SplinePointer = createLucideIcon('spline-pointer', __iconNode);\n\nexport default SplinePointer;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMI,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |