1 line
No EOL
2 KiB
JSON
1 line
No EOL
2 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: \"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12\",\n key: \"1le142\"\n}]];\nconst Egg = createLucideIcon(\"egg\", __iconNode);\nexport { __iconNode, Egg as default };","map":{"version":3,"names":["__iconNode","d","key","Egg","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/egg.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12', key: '1le142' }],\n];\n\n/**\n * @component @name Egg\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/egg\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 Egg = createLucideIcon('egg', __iconNode);\n\nexport default Egg;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmDC,GAAA,EAAK;AAAA,CAAU,EAClF;AAaA,MAAMC,GAAA,GAAMC,gBAAA,CAAiB,OAAOJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |