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