1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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 8 6-3-6-3v10\",\n key: \"mvpnpy\"\n}], [\"path\", {\n d: \"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12\",\n key: \"ek95tt\"\n}], [\"path\", {\n d: \"m6.49 12.85 11.02 6.3\",\n key: \"1kt42w\"\n}], [\"path\", {\n d: \"M17.51 12.85 6.5 19.15\",\n key: \"v55bdg\"\n}]];\nconst LandPlot = createLucideIcon(\"land-plot\", __iconNode);\nexport { __iconNode, LandPlot as default };","map":{"version":3,"names":["__iconNode","d","key","LandPlot","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/land-plot.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm12 8 6-3-6-3v10', key: 'mvpnpy' }],\n [\n 'path',\n {\n d: 'm8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12',\n key: 'ek95tt',\n },\n ],\n ['path', { d: 'm6.49 12.85 11.02 6.3', key: '1kt42w' }],\n ['path', { d: 'M17.51 12.85 6.5 19.15', key: 'v55bdg' }],\n];\n\n/**\n * @component @name LandPlot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/land-plot\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 LandPlot = createLucideIcon('land-plot', __iconNode);\n\nexport default LandPlot;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyBC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,aAAaJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |