- 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
16 lines
445 B
JavaScript
16 lines
445 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const TimerReset = createLucideIcon("TimerReset", [
|
|
["path", { d: "M10 2h4", key: "n1abiw" }],
|
|
["path", { d: "M12 14v-4", key: "1evpnu" }],
|
|
["path", { d: "M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6", key: "1ts96g" }],
|
|
["path", { d: "M9 17H4v5", key: "8t5av" }]
|
|
]);
|
|
|
|
export { TimerReset as default };
|
|
//# sourceMappingURL=timer-reset.mjs.map
|