1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M12 17v4\",\n key: \"1riwvh\"\n}], [\"path\", {\n d: \"M8 21h8\",\n key: \"1ev6f3\"\n}], [\"path\", {\n d: \"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15\",\n key: \"1sl52q\"\n}], [\"circle\", {\n cx: \"8\",\n cy: \"9\",\n r: \"2\",\n key: \"gjzl9d\"\n}], [\"rect\", {\n x: \"2\",\n y: \"3\",\n width: \"20\",\n height: \"14\",\n rx: \"2\",\n key: \"x3v2xh\"\n}]];\nconst Wallpaper = createLucideIcon(\"wallpaper\", __iconNode);\nexport { __iconNode, Wallpaper as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","x","y","width","height","rx","Wallpaper","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/wallpaper.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 17v4', key: '1riwvh' }],\n ['path', { d: 'M8 21h8', key: '1ev6f3' }],\n ['path', { d: 'm9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15', key: '1sl52q' }],\n ['circle', { cx: '8', cy: '9', r: '2', key: 'gjzl9d' }],\n ['rect', { x: '2', y: '3', width: '20', height: '14', rx: '2', key: 'x3v2xh' }],\n];\n\n/**\n * @component @name Wallpaper\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wallpaper\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 Wallpaper = createLucideIcon('wallpaper', __iconNode);\n\nexport default Wallpaper;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyCC,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAEI,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKR,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMS,SAAA,GAAYC,gBAAA,CAAiB,aAAaZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |