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