1 line
No EOL
3.4 KiB
JSON
1 line
No EOL
3.4 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: \"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4\",\n key: \"16lz6z\"\n}], [\"path\", {\n d: \"M14 2v4a2 2 0 0 0 2 2h4\",\n key: \"tnqrlb\"\n}], [\"path\", {\n d: \"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z\",\n key: \"99pj1s\"\n}], [\"path\", {\n d: \"M7 17v5\",\n key: \"1yj1jh\"\n}], [\"path\", {\n d: \"M11.7 14.2 7 17l-4.7-2.8\",\n key: \"1yk8tc\"\n}]];\nconst FileBox = createLucideIcon(\"file-box\", __iconNode);\nexport { __iconNode, FileBox as default };","map":{"version":3,"names":["__iconNode","d","key","FileBox","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/file-box.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4', key: '16lz6z' }],\n ['path', { d: 'M14 2v4a2 2 0 0 0 2 2h4', key: 'tnqrlb' }],\n [\n 'path',\n {\n d: 'M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z',\n key: '99pj1s',\n },\n ],\n ['path', { d: 'M7 17v5', key: '1yj1jh' }],\n ['path', { d: 'M11.7 14.2 7 17l-4.7-2.8', key: '1yk8tc' }],\n];\n\n/**\n * @component @name FileBox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-box\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 FileBox = createLucideIcon('file-box', __iconNode);\n\nexport default FileBox;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAsDC,GAAA,EAAK;AAAA,CAAU,GACnF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2BC,GAAA,EAAK;AAAA,CAAU,GACxD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,EAC3D;AAaA,MAAMC,OAAA,GAAUC,gBAAA,CAAiB,YAAYJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |