- 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
363 B
JavaScript
15 lines
363 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Gem = createLucideIcon("Gem", [
|
|
["path", { d: "M6 3h12l4 6-10 13L2 9Z", key: "1pcd5k" }],
|
|
["path", { d: "M11 3 8 9l4 13 4-13-3-6", key: "1fcu3u" }],
|
|
["path", { d: "M2 9h20", key: "16fsjt" }]
|
|
]);
|
|
|
|
export { Gem as default };
|
|
//# sourceMappingURL=gem.mjs.map
|