1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst StepForward = createLucideIcon(\"StepForward\", [[\"line\", {\n x1: \"6\",\n x2: \"6\",\n y1: \"4\",\n y2: \"20\",\n key: \"fy8qot\"\n}], [\"polygon\", {\n points: \"10,4 20,12 10,20\",\n key: \"1mc1pf\"\n}]]);\nexport { StepForward as default };","map":{"version":3,"names":["StepForward","createLucideIcon","x1","x2","y1","y2","key","points"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/step-forward.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name StepForward\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/step-forward\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 StepForward = createLucideIcon('StepForward', [\n ['line', { x1: '6', x2: '6', y1: '4', y2: '20', key: 'fy8qot' }],\n ['polygon', { points: '10,4 20,12 10,20', key: '1mc1pf' }],\n]);\n\nexport default StepForward;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,SAAW;EAAEC,MAAA,EAAQ,kBAAoB;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC1D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |