1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z\",\n key: \"2a1g8i\"\n}], [\"path\", {\n d: \"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z\",\n key: \"rg3s36\"\n}]];\nconst Rewind = createLucideIcon(\"rewind\", __iconNode);\nexport { __iconNode, Rewind as default };","map":{"version":3,"names":["__iconNode","d","key","Rewind","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/rewind.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n { d: 'M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z', key: '2a1g8i' },\n ],\n [\n 'path',\n { d: 'M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z', key: 'rg3s36' },\n ],\n];\n\n/**\n * @component @name Rewind\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rewind\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 Rewind = createLucideIcon('rewind', __iconNode);\n\nexport default Rewind;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EAAEC,CAAA,EAAG;EAA2EC,GAAA,EAAK;AAAA,EACvF,EACA,CACE,QACA;EAAED,CAAA,EAAG;EAA2EC,GAAA,EAAK;AAAA,EAAS,CAElG;AAaA,MAAMC,MAAA,GAASC,gBAAA,CAAiB,UAAUJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |