import * as React from "react"; import { SVGProps } from "react"; const SvgVibrateOff = (props: SVGProps) => ( ); export default SvgVibrateOff;