1 line
No EOL
3.5 KiB
JSON
1 line
No EOL
3.5 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 = [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n ry: \"2\",\n key: \"1m3agn\"\n}], [\"line\", {\n x1: \"3\",\n x2: \"21\",\n y1: \"9\",\n y2: \"9\",\n key: \"1vqk6q\"\n}], [\"line\", {\n x1: \"3\",\n x2: \"21\",\n y1: \"15\",\n y2: \"15\",\n key: \"o2sbyz\"\n}], [\"line\", {\n x1: \"9\",\n x2: \"9\",\n y1: \"9\",\n y2: \"21\",\n key: \"1ib60c\"\n}], [\"line\", {\n x1: \"15\",\n x2: \"15\",\n y1: \"9\",\n y2: \"21\",\n key: \"1n26ft\"\n}]];\nconst Sheet = createLucideIcon(\"sheet\", __iconNode);\nexport { __iconNode, Sheet as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","x1","x2","y1","y2","Sheet","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/sheet.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n ['line', { x1: '3', x2: '21', y1: '9', y2: '9', key: '1vqk6q' }],\n ['line', { x1: '3', x2: '21', y1: '15', y2: '15', key: 'o2sbyz' }],\n ['line', { x1: '9', x2: '9', y1: '9', y2: '21', key: '1ib60c' }],\n ['line', { x1: '15', x2: '15', y1: '9', y2: '21', key: '1n26ft' }],\n];\n\n/**\n * @component @name Sheet\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/sheet\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 Sheet = createLucideIcon('sheet', __iconNode);\n\nexport default Sheet;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACnE;AAaA,MAAMK,KAAA,GAAQC,gBAAA,CAAiB,SAASb,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |