1 line
No EOL
3.5 KiB
JSON
1 line
No EOL
3.5 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: \"M8 6v6\",\n key: \"18i7km\"\n}], [\"path\", {\n d: \"M15 6v6\",\n key: \"1sg6z9\"\n}], [\"path\", {\n d: \"M2 12h19.6\",\n key: \"de5uta\"\n}], [\"path\", {\n d: \"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3\",\n key: \"1wwztk\"\n}], [\"circle\", {\n cx: \"7\",\n cy: \"18\",\n r: \"2\",\n key: \"19iecd\"\n}], [\"path\", {\n d: \"M9 18h5\",\n key: \"lrx6i\"\n}], [\"circle\", {\n cx: \"16\",\n cy: \"18\",\n r: \"2\",\n key: \"1v4tcr\"\n}]];\nconst Bus = createLucideIcon(\"bus\", __iconNode);\nexport { __iconNode, Bus as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","Bus","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bus.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M8 6v6', key: '18i7km' }],\n ['path', { d: 'M15 6v6', key: '1sg6z9' }],\n ['path', { d: 'M2 12h19.6', key: 'de5uta' }],\n [\n 'path',\n {\n d: 'M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3',\n key: '1wwztk',\n },\n ],\n ['circle', { cx: '7', cy: '18', r: '2', key: '19iecd' }],\n ['path', { d: 'M9 18h5', key: 'lrx6i' }],\n ['circle', { cx: '16', cy: '18', r: '2', key: '1v4tcr' }],\n];\n\n/**\n * @component @name Bus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bus\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 Bus = createLucideIcon('bus', __iconNode);\n\nexport default Bus;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAUC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAS,GACvC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,GAAA,GAAMC,gBAAA,CAAiB,OAAOP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |