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: \"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z\",\n key: \"1bo67w\"\n}], [\"rect\", {\n x: \"3\",\n y: \"14\",\n width: \"7\",\n height: \"7\",\n rx: \"1\",\n key: \"1bkyp8\"\n}], [\"circle\", {\n cx: \"17.5\",\n cy: \"17.5\",\n r: \"3.5\",\n key: \"w3z12y\"\n}]];\nconst Shapes = createLucideIcon(\"shapes\", __iconNode);\nexport { __iconNode, Shapes as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","cx","cy","r","Shapes","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/shapes.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z',\n key: '1bo67w',\n },\n ],\n ['rect', { x: '3', y: '14', width: '7', height: '7', rx: '1', key: '1bkyp8' }],\n ['circle', { cx: '17.5', cy: '17.5', r: '3.5', key: 'w3z12y' }],\n];\n\n/**\n * @component @name Shapes\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/shapes\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 Shapes = createLucideIcon('shapes', __iconNode);\n\nexport default Shapes;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,UAAU;EAAEM,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAOR,GAAA,EAAK;AAAA,CAAU,EAChE;AAaA,MAAMS,MAAA,GAASC,gBAAA,CAAiB,UAAUZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |