1 line
No EOL
3.7 KiB
JSON
1 line
No EOL
3.7 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 = [[\"line\", {\n x1: \"2\",\n x2: \"22\",\n y1: \"2\",\n y2: \"22\",\n key: \"a6p6uj\"\n}], [\"path\", {\n d: \"M10.41 10.41a2 2 0 1 1-2.83-2.83\",\n key: \"1bzlo9\"\n}], [\"line\", {\n x1: \"13.5\",\n x2: \"6\",\n y1: \"13.5\",\n y2: \"21\",\n key: \"1q0aeu\"\n}], [\"line\", {\n x1: \"18\",\n x2: \"21\",\n y1: \"12\",\n y2: \"15\",\n key: \"5mozeu\"\n}], [\"path\", {\n d: \"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59\",\n key: \"mmje98\"\n}], [\"path\", {\n d: \"M21 15V5a2 2 0 0 0-2-2H9\",\n key: \"43el77\"\n}]];\nconst ImageOff = createLucideIcon(\"image-off\", __iconNode);\nexport { __iconNode, ImageOff as default };","map":{"version":3,"names":["__iconNode","x1","x2","y1","y2","key","d","ImageOff","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/image-off.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['line', { x1: '2', x2: '22', y1: '2', y2: '22', key: 'a6p6uj' }],\n ['path', { d: 'M10.41 10.41a2 2 0 1 1-2.83-2.83', key: '1bzlo9' }],\n ['line', { x1: '13.5', x2: '6', y1: '13.5', y2: '21', key: '1q0aeu' }],\n ['line', { x1: '18', x2: '21', y1: '12', y2: '15', key: '5mozeu' }],\n [\n 'path',\n {\n d: 'M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59',\n key: 'mmje98',\n },\n ],\n ['path', { d: 'M21 15V5a2 2 0 0 0-2-2H9', key: '43el77' }],\n];\n\n/**\n * @component @name ImageOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/image-off\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 ImageOff = createLucideIcon('image-off', __iconNode);\n\nexport default ImageOff;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoCD,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GACrE,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GAClE,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4BD,GAAA,EAAK;AAAA,CAAU,EAC3D;AAaA,MAAME,QAAA,GAAWC,gBAAA,CAAiB,aAAaR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |