- 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
18 lines
423 B
JavaScript
18 lines
423 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Vibrate = createLucideIcon("Vibrate", [
|
|
["path", { d: "m2 8 2 2-2 2 2 2-2 2", key: "sv1b1" }],
|
|
["path", { d: "m22 8-2 2 2 2-2 2 2 2", key: "101i4y" }],
|
|
[
|
|
"rect",
|
|
{ width: "8", height: "14", x: "8", y: "5", rx: "1", key: "1oyrl4" }
|
|
]
|
|
]);
|
|
|
|
export { Vibrate as default };
|
|
//# sourceMappingURL=vibrate.mjs.map
|