1 line
No EOL
4 KiB
JSON
1 line
No EOL
4 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: \"12\",\n cy: \"12\",\n r: \"8\",\n key: \"46899m\"\n}], [\"path\", {\n d: \"M12 2v7.5\",\n key: \"1e5rl5\"\n}], [\"path\", {\n d: \"m19 5-5.23 5.23\",\n key: \"1ezxxf\"\n}], [\"path\", {\n d: \"M22 12h-7.5\",\n key: \"le1719\"\n}], [\"path\", {\n d: \"m19 19-5.23-5.23\",\n key: \"p3fmgn\"\n}], [\"path\", {\n d: \"M12 14.5V22\",\n key: \"dgcmos\"\n}], [\"path\", {\n d: \"M10.23 13.77 5 19\",\n key: \"qwopd4\"\n}], [\"path\", {\n d: \"M9.5 12H2\",\n key: \"r7bup8\"\n}], [\"path\", {\n d: \"M10.23 10.23 5 5\",\n key: \"k2y7lj\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"2.5\",\n key: \"ix0uyj\"\n}]];\nconst ShipWheel = createLucideIcon(\"ship-wheel\", __iconNode);\nexport { __iconNode, ShipWheel as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","ShipWheel","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/ship-wheel.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '12', cy: '12', r: '8', key: '46899m' }],\n ['path', { d: 'M12 2v7.5', key: '1e5rl5' }],\n ['path', { d: 'm19 5-5.23 5.23', key: '1ezxxf' }],\n ['path', { d: 'M22 12h-7.5', key: 'le1719' }],\n ['path', { d: 'm19 19-5.23-5.23', key: 'p3fmgn' }],\n ['path', { d: 'M12 14.5V22', key: 'dgcmos' }],\n ['path', { d: 'M10.23 13.77 5 19', key: 'qwopd4' }],\n ['path', { d: 'M9.5 12H2', key: 'r7bup8' }],\n ['path', { d: 'M10.23 10.23 5 5', key: 'k2y7lj' }],\n ['circle', { cx: '12', cy: '12', r: '2.5', key: 'ix0uyj' }],\n];\n\n/**\n * @component @name ShipWheel\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ship-wheel\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 ShipWheel = createLucideIcon('ship-wheel', __iconNode);\n\nexport default ShipWheel;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmBD,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeD,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBD,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeD,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAqBD,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBD,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAOC,GAAA,EAAK;AAAA,CAAU,EAC5D;AAaA,MAAME,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |