- 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
390 B
JavaScript
15 lines
390 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Umbrella = createLucideIcon("Umbrella", [
|
|
["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z", key: "1teyop" }],
|
|
["path", { d: "M12 12v8a2 2 0 0 0 4 0", key: "ulpmoc" }],
|
|
["path", { d: "M12 2v1", key: "11qlp1" }]
|
|
]);
|
|
|
|
export { Umbrella as default };
|
|
//# sourceMappingURL=umbrella.mjs.map
|