- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FastForward = createLucideIcon(\"FastForward\", [[\"polygon\", {\n points: \"13 19 22 12 13 5 13 19\",\n key: \"587y9g\"\n}], [\"polygon\", {\n points: \"2 19 11 12 2 5 2 19\",\n key: \"3pweh0\"\n}]]);\nexport { FastForward as default };","map":{"version":3,"names":["FastForward","createLucideIcon","points","key"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/fast-forward.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FastForward\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/fast-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 FastForward = createLucideIcon('FastForward', [\n ['polygon', { points: '13 19 22 12 13 5 13 19', key: '587y9g' }],\n ['polygon', { points: '2 19 11 12 2 5 2 19', key: '3pweh0' }],\n]);\n\nexport default FastForward;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,SAAW;EAAEC,MAAA,EAAQ,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,SAAW;EAAED,MAAA,EAAQ,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |