- 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
15 lines
400 B
JavaScript
15 lines
400 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const UndoDot = createLucideIcon("UndoDot", [
|
|
["circle", { cx: "12", cy: "17", r: "1", key: "1ixnty" }],
|
|
["path", { d: "M3 7v6h6", key: "1v2h90" }],
|
|
["path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13", key: "1r6uu6" }]
|
|
]);
|
|
|
|
export { UndoDot as default };
|
|
//# sourceMappingURL=undo-dot.mjs.map
|