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