1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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: \"18.5\",\n cy: \"17.5\",\n r: \"3.5\",\n key: \"15x4ox\"\n}], [\"circle\", {\n cx: \"5.5\",\n cy: \"17.5\",\n r: \"3.5\",\n key: \"1noe27\"\n}], [\"circle\", {\n cx: \"15\",\n cy: \"5\",\n r: \"1\",\n key: \"19l28e\"\n}], [\"path\", {\n d: \"M12 17.5V14l-3-3 4-3 2 3h2\",\n key: \"1npguv\"\n}]];\nconst Bike = createLucideIcon(\"bike\", __iconNode);\nexport { __iconNode, Bike as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","Bike","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bike.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '18.5', cy: '17.5', r: '3.5', key: '15x4ox' }],\n ['circle', { cx: '5.5', cy: '17.5', r: '3.5', key: '1noe27' }],\n ['circle', { cx: '15', cy: '5', r: '1', key: '19l28e' }],\n ['path', { d: 'M12 17.5V14l-3-3 4-3 2 3h2', key: '1npguv' }],\n];\n\n/**\n * @component @name Bike\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bike\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 Bike = createLucideIcon('bike', __iconNode);\n\nexport default Bike;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAOC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAOC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAOC,GAAA,EAAK;AAAA,CAAU,GAC7D,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA8BD,GAAA,EAAK;AAAA,CAAU,EAC7D;AAaA,MAAME,IAAA,GAAOC,gBAAA,CAAiB,QAAQP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |