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 SkipForward = createLucideIcon(\"SkipForward\", [[\"polygon\", {\n points: \"5 4 15 12 5 20 5 4\",\n key: \"16p6eg\"\n}], [\"line\", {\n x1: \"19\",\n x2: \"19\",\n y1: \"5\",\n y2: \"19\",\n key: \"futhcm\"\n}]]);\nexport { SkipForward as default };","map":{"version":3,"names":["SkipForward","createLucideIcon","points","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/skip-forward.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SkipForward\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/skip-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 SkipForward = createLucideIcon('SkipForward', [\n ['polygon', { points: '5 4 15 12 5 20 5 4', key: '16p6eg' }],\n ['line', { x1: '19', x2: '19', y1: '5', y2: '19', key: 'futhcm' }],\n]);\n\nexport default SkipForward;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,SAAW;EAAEC,MAAA,EAAQ,oBAAsB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3D,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |