Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/vibrate.mjs
2025-10-23 21:52:07 +03:30

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