1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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: \"m2 9 3-3 3 3\",\n key: \"1ltn5i\"\n}], [\"path\", {\n d: \"M13 18H7a2 2 0 0 1-2-2V6\",\n key: \"1r6tfw\"\n}], [\"path\", {\n d: \"m22 15-3 3-3-3\",\n key: \"4rnwn2\"\n}], [\"path\", {\n d: \"M11 6h6a2 2 0 0 1 2 2v10\",\n key: \"2f72bc\"\n}]];\nconst Repeat2 = createLucideIcon(\"repeat-2\", __iconNode);\nexport { __iconNode, Repeat2 as default };","map":{"version":3,"names":["__iconNode","d","key","Repeat2","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/repeat-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm2 9 3-3 3 3', key: '1ltn5i' }],\n ['path', { d: 'M13 18H7a2 2 0 0 1-2-2V6', key: '1r6tfw' }],\n ['path', { d: 'm22 15-3 3-3-3', key: '4rnwn2' }],\n ['path', { d: 'M11 6h6a2 2 0 0 1 2 2v10', key: '2f72bc' }],\n];\n\n/**\n * @component @name Repeat2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/repeat-2\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 Repeat2 = createLucideIcon('repeat-2', __iconNode);\n\nexport default Repeat2;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAgBC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,EAC3D;AAaA,MAAMC,OAAA,GAAUC,gBAAA,CAAiB,YAAYJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |