1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst MoveRight = createLucideIcon(\"MoveRight\", [[\"path\", {\n d: \"M18 8L22 12L18 16\",\n key: \"1r0oui\"\n}], [\"path\", {\n d: \"M2 12H22\",\n key: \"1m8cig\"\n}]]);\nexport { MoveRight as default };","map":{"version":3,"names":["MoveRight","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/move-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name MoveRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/move-right\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 MoveRight = createLucideIcon('MoveRight', [\n ['path', { d: 'M18 8L22 12L18 16', key: '1r0oui' }],\n ['path', { d: 'M2 12H22', key: '1m8cig' }],\n]);\n\nexport default MoveRight;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,MAAQ;EAAEC,CAAA,EAAG,mBAAqB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |