import { SVGProps } from 'react'; export type SVGRProps = { title?: string; } & SVGProps;