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