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