- 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.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst StretchHorizontal = createLucideIcon(\"StretchHorizontal\", [[\"rect\", {\n width: \"20\",\n height: \"6\",\n x: \"2\",\n y: \"4\",\n rx: \"2\",\n key: \"qdearl\"\n}], [\"rect\", {\n width: \"20\",\n height: \"6\",\n x: \"2\",\n y: \"14\",\n rx: \"2\",\n key: \"1xrn6j\"\n}]]);\nexport { StretchHorizontal as default };","map":{"version":3,"names":["StretchHorizontal","createLucideIcon","width","height","x","y","rx","key"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/stretch-horizontal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name StretchHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/stretch-horizontal\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 StretchHorizontal = createLucideIcon('StretchHorizontal', [\n [\n 'rect',\n { width: '20', height: '6', x: '2', y: '4', rx: '2', key: 'qdearl' },\n ],\n [\n 'rect',\n { width: '20', height: '6', x: '2', y: '14', rx: '2', key: '1xrn6j' },\n ],\n]);\n\nexport default StretchHorizontal;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |