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