- 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 MoveDownRight = createLucideIcon(\"MoveDownRight\", [[\"path\", {\n d: \"M19 13V19H13\",\n key: \"10vkzq\"\n}], [\"path\", {\n d: \"M5 5L19 19\",\n key: \"5zm2fv\"\n}]]);\nexport { MoveDownRight as default };","map":{"version":3,"names":["MoveDownRight","createLucideIcon","d","key"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/move-down-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name MoveDownRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/move-down-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 MoveDownRight = createLucideIcon('MoveDownRight', [\n ['path', { d: 'M19 13V19H13', key: '10vkzq' }],\n ['path', { d: 'M5 5L19 19', key: '5zm2fv' }],\n]);\n\nexport default MoveDownRight;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC5C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |