import { SVGProps } from 'react'; const CheckIcon = (props: SVGProps) => { return ( ); }; export default CheckIcon;