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: \"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21\",\n key: \"9csbqa\"\n}], [\"path\", {\n d: \"m14 19 3 3v-5.5\",\n key: \"9ldu5r\"\n}], [\"path\", {\n d: \"m17 22 3-3\",\n key: \"1nkfve\"\n}], [\"circle\", {\n cx: \"9\",\n cy: \"9\",\n r: \"2\",\n key: \"af1f0g\"\n}]];\nconst ImageDown = createLucideIcon(\"image-down\", __iconNode);\nexport { __iconNode, ImageDown as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","ImageDown","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/image-down.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21',\n key: '9csbqa',\n },\n ],\n ['path', { d: 'm14 19 3 3v-5.5', key: '9ldu5r' }],\n ['path', { d: 'm17 22 3-3', key: '1nkfve' }],\n ['circle', { cx: '9', cy: '9', r: '2', key: 'af1f0g' }],\n];\n\n/**\n * @component @name ImageDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/image-down\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 ImageDown = createLucideIcon('image-down', __iconNode);\n\nexport default ImageDown;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACxD;AAaA,MAAMI,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |