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