- 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
389 B
JavaScript
15 lines
389 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Spline = createLucideIcon("Spline", [
|
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }],
|
|
["path", { d: "M5 17A12 12 0 0 1 17 5", key: "1okkup" }]
|
|
]);
|
|
|
|
export { Spline as default };
|
|
//# sourceMappingURL=spline.mjs.map
|