1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.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: \"m12 14-1 1\",\n key: \"11onhr\"\n}], [\"path\", {\n d: \"m13.75 18.25-1.25 1.42\",\n key: \"1yisr3\"\n}], [\"path\", {\n d: \"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12\",\n key: \"1qtqk6\"\n}], [\"path\", {\n d: \"M18.8 9.3a1 1 0 0 0 2.1 7.7\",\n key: \"fbbbr2\"\n}], [\"path\", {\n d: \"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z\",\n key: \"1hyfdd\"\n}]];\nconst Pizza = createLucideIcon(\"pizza\", __iconNode);\nexport { __iconNode, Pizza as default };","map":{"version":3,"names":["__iconNode","d","key","Pizza","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/pizza.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm12 14-1 1', key: '11onhr' }],\n ['path', { d: 'm13.75 18.25-1.25 1.42', key: '1yisr3' }],\n ['path', { d: 'M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12', key: '1qtqk6' }],\n ['path', { d: 'M18.8 9.3a1 1 0 0 0 2.1 7.7', key: 'fbbbr2' }],\n [\n 'path',\n {\n d: 'M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z',\n key: '1hyfdd',\n },\n ],\n];\n\n/**\n * @component @name Pizza\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pizza\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 Pizza = createLucideIcon('pizza', __iconNode);\n\nexport default Pizza;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgDC,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA+BC,GAAA,EAAK;AAAA,CAAU,GAC5D,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EACP,CAEJ;AAaA,MAAMC,KAAA,GAAQC,gBAAA,CAAiB,SAASJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |