1 line
No EOL
3 KiB
JSON
1 line
No EOL
3 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: \"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8\",\n key: \"n7qcjb\"\n}], [\"path\", {\n d: \"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7\",\n key: \"d0u48b\"\n}], [\"path\", {\n d: \"m2.1 21.8 6.4-6.3\",\n key: \"yn04lh\"\n}], [\"path\", {\n d: \"m19 5-7 7\",\n key: \"194lzd\"\n}]];\nconst UtensilsCrossed = createLucideIcon(\"utensils-crossed\", __iconNode);\nexport { __iconNode, UtensilsCrossed as default };","map":{"version":3,"names":["__iconNode","d","key","UtensilsCrossed","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/utensils-crossed.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8', key: 'n7qcjb' }],\n [\n 'path',\n { d: 'M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7', key: 'd0u48b' },\n ],\n ['path', { d: 'm2.1 21.8 6.4-6.3', key: 'yn04lh' }],\n ['path', { d: 'm19 5-7 7', key: '194lzd' }],\n];\n\n/**\n * @component @name UtensilsCrossed\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/utensils-crossed\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 UtensilsCrossed = createLucideIcon('utensils-crossed', __iconNode);\n\nexport default UtensilsCrossed;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA8DC,GAAA,EAAK;AAAA,CAAU,GAC3F,CACE,QACA;EAAED,CAAA,EAAG;EAA2EC,GAAA,EAAK;AAAA,EACvF,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMC,eAAA,GAAkBC,gBAAA,CAAiB,oBAAoBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |