import { forwardRef, SVGProps } from 'react'; export interface CheckProps extends Omit, 'css'> {} export const Check = forwardRef((props, ref) => ( )); Check.displayName = 'Check';