- 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
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ListTree = createLucideIcon(\"ListTree\", [[\"path\", {\n d: \"M21 12h-8\",\n key: \"1bmf0i\"\n}], [\"path\", {\n d: \"M21 6H8\",\n key: \"1pqkrb\"\n}], [\"path\", {\n d: \"M21 18h-8\",\n key: \"1tm79t\"\n}], [\"path\", {\n d: \"M3 6v4c0 1.1.9 2 2 2h3\",\n key: \"1ywdgy\"\n}], [\"path\", {\n d: \"M3 10v6c0 1.1.9 2 2 2h3\",\n key: \"2wc746\"\n}]]);\nexport { ListTree as default };","map":{"version":3,"names":["ListTree","createLucideIcon","d","key"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/list-tree.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ListTree\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/list-tree\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 ListTree = createLucideIcon('ListTree', [\n ['path', { d: 'M21 12h-8', key: '1bmf0i' }],\n ['path', { d: 'M21 6H8', key: '1pqkrb' }],\n ['path', { d: 'M21 18h-8', key: '1tm79t' }],\n ['path', { d: 'M3 6v4c0 1.1.9 2 2 2h3', key: '1ywdgy' }],\n ['path', { d: 'M3 10v6c0 1.1.9 2 2 2h3', key: '2wc746' }],\n]);\n\nexport default ListTree;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAED,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |