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