import { SVGAttributes } from 'react'; export interface SVGProps extends SVGAttributes { maxWidth: string; maxHeight: string; }