1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 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: \"m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16\",\n key: \"9kzy35\"\n}], [\"path\", {\n d: \"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2\",\n key: \"1t0f0t\"\n}], [\"circle\", {\n cx: \"13\",\n cy: \"7\",\n r: \"1\",\n fill: \"currentColor\",\n key: \"1obus6\"\n}], [\"rect\", {\n x: \"8\",\n y: \"2\",\n width: \"14\",\n height: \"14\",\n rx: \"2\",\n key: \"1gvhby\"\n}]];\nconst Images = createLucideIcon(\"images\", __iconNode);\nexport { __iconNode, Images as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","fill","x","y","width","height","rx","Images","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/images.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16', key: '9kzy35' }],\n ['path', { d: 'M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2', key: '1t0f0t' }],\n ['circle', { cx: '13', cy: '7', r: '1', fill: 'currentColor', key: '1obus6' }],\n ['rect', { x: '8', y: '2', width: '14', height: '14', rx: '2', key: '1gvhby' }],\n];\n\n/**\n * @component @name Images\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/images\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 Images = createLucideIcon('images', __iconNode);\n\nexport default Images;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkDC,GAAA,EAAK;AAAA,CAAU,GAC/E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwDC,GAAA,EAAK;AAAA,CAAU,GACrF,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,IAAA,EAAM;EAAgBJ,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKT,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMU,MAAA,GAASC,gBAAA,CAAiB,UAAUb,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |