1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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 = [[\"polyline\", {\n points: \"22 12 16 12 14 15 10 15 8 12 2 12\",\n key: \"o97t9d\"\n}], [\"path\", {\n d: \"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\",\n key: \"oot6mr\"\n}]];\nconst Inbox = createLucideIcon(\"inbox\", __iconNode);\nexport { __iconNode, Inbox as default };","map":{"version":3,"names":["__iconNode","points","key","d","Inbox","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/inbox.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['polyline', { points: '22 12 16 12 14 15 10 15 8 12 2 12', key: 'o97t9d' }],\n [\n 'path',\n {\n d: 'M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z',\n key: 'oot6mr',\n },\n ],\n];\n\n/**\n * @component @name Inbox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/inbox\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 Inbox = createLucideIcon('inbox', __iconNode);\n\nexport default Inbox;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,YAAY;EAAEC,MAAA,EAAQ;EAAqCC,GAAA,EAAK;AAAA,CAAU,GAC3E,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EACP,CAEJ;AAaA,MAAME,KAAA,GAAQC,gBAAA,CAAiB,SAASL,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |