1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M19 5a2 2 0 0 0-2 2v11\",\n key: \"s41o68\"\n}], [\"path\", {\n d: \"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\",\n key: \"rd2r6e\"\n}], [\"path\", {\n d: \"M7 13h10\",\n key: \"1rwob1\"\n}], [\"path\", {\n d: \"M7 9h10\",\n key: \"12czzb\"\n}], [\"path\", {\n d: \"M9 5a2 2 0 0 0-2 2v11\",\n key: \"x0q4gh\"\n}]];\nconst WavesLadder = createLucideIcon(\"waves-ladder\", __iconNode);\nexport { __iconNode, WavesLadder as default };","map":{"version":3,"names":["__iconNode","d","key","WavesLadder","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/waves-ladder.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M19 5a2 2 0 0 0-2 2v11', key: 's41o68' }],\n [\n 'path',\n {\n d: 'M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1',\n key: 'rd2r6e',\n },\n ],\n ['path', { d: 'M7 13h10', key: '1rwob1' }],\n ['path', { d: 'M7 9h10', key: '12czzb' }],\n ['path', { d: 'M9 5a2 2 0 0 0-2 2v11', key: 'x0q4gh' }],\n];\n\n/**\n * @component @name WavesLadder\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/waves-ladder\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 WavesLadder = createLucideIcon('waves-ladder', __iconNode);\n\nexport default WavesLadder;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,GACvD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyBC,GAAA,EAAK;AAAA,CAAU,EACxD;AAaA,MAAMC,WAAA,GAAcC,gBAAA,CAAiB,gBAAgBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |