- 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
457 B
JavaScript
16 lines
457 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Disc3 = createLucideIcon("Disc3", [
|
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
["path", { d: "M6 12c0-1.7.7-3.2 1.8-4.2", key: "oqkarx" }],
|
|
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
|
|
["path", { d: "M18 12c0 1.7-.7 3.2-1.8 4.2", key: "1eah9h" }]
|
|
]);
|
|
|
|
export { Disc3 as default };
|
|
//# sourceMappingURL=disc-3.mjs.map
|