1 line
No EOL
4.1 KiB
JSON
1 line
No EOL
4.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: \"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2\",\n key: \"1yyzbs\"\n}], [\"path\", {\n d: \"M14 4a2 2 0 0 1 2-2\",\n key: \"1w2hp7\"\n}], [\"path\", {\n d: \"M16 10a2 2 0 0 1-2-2\",\n key: \"shjach\"\n}], [\"path\", {\n d: \"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2\",\n key: \"zfj4xr\"\n}], [\"path\", {\n d: \"M20 2a2 2 0 0 1 2 2\",\n key: \"188mtx\"\n}], [\"path\", {\n d: \"M22 8a2 2 0 0 1-2 2\",\n key: \"ddf4tu\"\n}], [\"path\", {\n d: \"m3 7 3 3 3-3\",\n key: \"x25e72\"\n}], [\"path\", {\n d: \"M6 10V5a 3 3 0 0 1 3-3h1\",\n key: \"1ageje\"\n}], [\"rect\", {\n x: \"2\",\n y: \"14\",\n width: \"8\",\n height: \"8\",\n rx: \"2\",\n key: \"4rksxw\"\n}]];\nconst ReplaceAll = createLucideIcon(\"replace-all\", __iconNode);\nexport { __iconNode, ReplaceAll as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","ReplaceAll","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/replace-all.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2', key: '1yyzbs' }],\n ['path', { d: 'M14 4a2 2 0 0 1 2-2', key: '1w2hp7' }],\n ['path', { d: 'M16 10a2 2 0 0 1-2-2', key: 'shjach' }],\n ['path', { d: 'M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2', key: 'zfj4xr' }],\n ['path', { d: 'M20 2a2 2 0 0 1 2 2', key: '188mtx' }],\n ['path', { d: 'M22 8a2 2 0 0 1-2 2', key: 'ddf4tu' }],\n ['path', { d: 'm3 7 3 3 3-3', key: 'x25e72' }],\n ['path', { d: 'M6 10V5a 3 3 0 0 1 3-3h1', key: '1ageje' }],\n ['rect', { x: '2', y: '14', width: '8', height: '8', rx: '2', key: '4rksxw' }],\n];\n\n/**\n * @component @name ReplaceAll\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/replace-all\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 ReplaceAll = createLucideIcon('replace-all', __iconNode);\n\nexport default ReplaceAll;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAwCC,GAAA,EAAK;AAAA,CAAU,GACrE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuBC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwBC,GAAA,EAAK;AAAA,CAAU,GACrD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwCC,GAAA,EAAK;AAAA,CAAU,GACrE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuBC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAuBC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgBC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMM,UAAA,GAAaC,gBAAA,CAAiB,eAAeT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |