- 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.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst AlignEndHorizontal = createLucideIcon(\"AlignEndHorizontal\", [[\"rect\", {\n width: \"6\",\n height: \"16\",\n x: \"4\",\n y: \"2\",\n rx: \"2\",\n key: \"z5wdxg\"\n}], [\"rect\", {\n width: \"6\",\n height: \"9\",\n x: \"14\",\n y: \"9\",\n rx: \"2\",\n key: \"um7a8w\"\n}], [\"path\", {\n d: \"M22 22H2\",\n key: \"19qnx5\"\n}]]);\nexport { AlignEndHorizontal as default };","map":{"version":3,"names":["AlignEndHorizontal","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/Users/dwindown/CascadeProjects/developer-tools/node_modules/lucide-react/src/icons/align-end-horizontal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignEndHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-end-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 AlignEndHorizontal = createLucideIcon('AlignEndHorizontal', [\n [\n 'rect',\n { width: '6', height: '16', x: '4', y: '2', rx: '2', key: 'z5wdxg' },\n ],\n [\n 'rect',\n { width: '6', height: '9', x: '14', y: '9', rx: '2', key: 'um7a8w' },\n ],\n ['path', { d: 'M22 22H2', key: '19qnx5' }],\n]);\n\nexport default AlignEndHorizontal;\n"],"mappings":";;;;;AAaM,MAAAA,kBAAA,GAAqBC,gBAAA,CAAiB,oBAAsB,GAChE,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |