1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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 = [[\"line\", {\n x1: \"6\",\n x2: \"6\",\n y1: \"3\",\n y2: \"15\",\n key: \"17qcm7\"\n}], [\"circle\", {\n cx: \"18\",\n cy: \"6\",\n r: \"3\",\n key: \"1h7g24\"\n}], [\"circle\", {\n cx: \"6\",\n cy: \"18\",\n r: \"3\",\n key: \"fqmcym\"\n}], [\"path\", {\n d: \"M18 9a9 9 0 0 1-9 9\",\n key: \"n2h4wq\"\n}]];\nconst GitBranch = createLucideIcon(\"git-branch\", __iconNode);\nexport { __iconNode, GitBranch as default };","map":{"version":3,"names":["__iconNode","x1","x2","y1","y2","key","cx","cy","r","d","GitBranch","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/git-branch.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['line', { x1: '6', x2: '6', y1: '3', y2: '15', key: '17qcm7' }],\n ['circle', { cx: '18', cy: '6', r: '3', key: '1h7g24' }],\n ['circle', { cx: '6', cy: '18', r: '3', key: 'fqmcym' }],\n ['path', { d: 'M18 9a9 9 0 0 1-9 9', key: 'n2h4wq' }],\n];\n\n/**\n * @component @name GitBranch\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/git-branch\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 GitBranch = createLucideIcon('git-branch', __iconNode);\n\nexport default GitBranch;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GAC/D,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,GACvD,CAAC,QAAQ;EAAEI,CAAA,EAAG;EAAuBJ,GAAA,EAAK;AAAA,CAAU,EACtD;AAaA,MAAMK,SAAA,GAAYC,gBAAA,CAAiB,cAAcX,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |