1 line
No EOL
2.2 KiB
JSON
1 line
No EOL
2.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 14 4-4\",\n key: \"9kzdfg\"\n}], [\"path\", {\n d: \"M3.34 19a10 10 0 1 1 17.32 0\",\n key: \"19p75a\"\n}]];\nconst Gauge = createLucideIcon(\"gauge\", __iconNode);\nexport { __iconNode, Gauge as default };","map":{"version":3,"names":["__iconNode","d","key","Gauge","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/gauge.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm12 14 4-4', key: '9kzdfg' }],\n ['path', { d: 'M3.34 19a10 10 0 1 1 17.32 0', key: '19p75a' }],\n];\n\n/**\n * @component @name Gauge\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gauge\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 Gauge = createLucideIcon('gauge', __iconNode);\n\nexport default Gauge;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgCC,GAAA,EAAK;AAAA,CAAU,EAC/D;AAaA,MAAMC,KAAA,GAAQC,gBAAA,CAAiB,SAASJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |