1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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: \"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3\",\n key: \"1ub6xw\"\n}], [\"path\", {\n d: \"m16 2 6 6\",\n key: \"1gw87d\"\n}], [\"path\", {\n d: \"M12 16H4\",\n key: \"1cjfip\"\n}]];\nconst TestTubeDiagonal = createLucideIcon(\"test-tube-diagonal\", __iconNode);\nexport { __iconNode, TestTubeDiagonal as default };","map":{"version":3,"names":["__iconNode","d","key","TestTubeDiagonal","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/test-tube-diagonal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n { d: 'M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3', key: '1ub6xw' },\n ],\n ['path', { d: 'm16 2 6 6', key: '1gw87d' }],\n ['path', { d: 'M12 16H4', key: '1cjfip' }],\n];\n\n/**\n * @component @name TestTubeDiagonal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/test-tube-diagonal\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 TestTubeDiagonal = createLucideIcon('test-tube-diagonal', __iconNode);\n\nexport default TestTubeDiagonal;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EAAEC,CAAA,EAAG;EAAsEC,GAAA,EAAK;AAAA,EAClF,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,EAC3C;AAaA,MAAMC,gBAAA,GAAmBC,gBAAA,CAAiB,sBAAsBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |