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 = [[\"circle\", {\n cx: \"5\",\n cy: \"6\",\n r: \"3\",\n key: \"1qnov2\"\n}], [\"path\", {\n d: \"M5 9v6\",\n key: \"158jrl\"\n}], [\"circle\", {\n cx: \"5\",\n cy: \"18\",\n r: \"3\",\n key: \"104gr9\"\n}], [\"path\", {\n d: \"M12 3v18\",\n key: \"108xh3\"\n}], [\"circle\", {\n cx: \"19\",\n cy: \"6\",\n r: \"3\",\n key: \"108a5v\"\n}], [\"path\", {\n d: \"M16 15.7A9 9 0 0 0 19 9\",\n key: \"1e3vqb\"\n}]];\nconst GitGraph = createLucideIcon(\"git-graph\", __iconNode);\nexport { __iconNode, GitGraph as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","GitGraph","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/git-graph.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '5', cy: '6', r: '3', key: '1qnov2' }],\n ['path', { d: 'M5 9v6', key: '158jrl' }],\n ['circle', { cx: '5', cy: '18', r: '3', key: '104gr9' }],\n ['path', { d: 'M12 3v18', key: '108xh3' }],\n ['circle', { cx: '19', cy: '6', r: '3', key: '108a5v' }],\n ['path', { d: 'M16 15.7A9 9 0 0 0 19 9', key: '1e3vqb' }],\n];\n\n/**\n * @component @name GitGraph\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/git-graph\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 GitGraph = createLucideIcon('git-graph', __iconNode);\n\nexport default GitGraph;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAUD,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BD,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAME,QAAA,GAAWC,gBAAA,CAAiB,aAAaP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |