- 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
14 lines
327 B
JavaScript
14 lines
327 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const ArrowUpLeft = createLucideIcon("ArrowUpLeft", [
|
|
["path", { d: "M7 17V7h10", key: "11bw93" }],
|
|
["path", { d: "M17 17 7 7", key: "2786uv" }]
|
|
]);
|
|
|
|
export { ArrowUpLeft as default };
|
|
//# sourceMappingURL=arrow-up-left.mjs.map
|