- 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.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Zap = createLucideIcon(\"Zap\", [[\"polygon\", {\n points: \"13 2 3 14 12 14 11 22 21 10 12 10 13 2\",\n key: \"45s27k\"\n}]]);\nexport { Zap as default };","map":{"version":3,"names":["Zap","createLucideIcon","points","key"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/zap.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Zap\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/zap\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 Zap = createLucideIcon('Zap', [\n [\n 'polygon',\n { points: '13 2 3 14 12 14 11 22 21 10 12 10 13 2', key: '45s27k' },\n ],\n]);\n\nexport default Zap;\n"],"mappings":";;;;;AAaM,MAAAA,GAAA,GAAMC,gBAAA,CAAiB,KAAO,GAClC,CACE,WACA;EAAEC,MAAA,EAAQ,wCAA0C;EAAAC,GAAA,EAAK;AAAS,EACpE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |