export default function Check(props: { strokeWidth: number; height: number; width: number; class?: string; }) { return ( ); }