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