import { SVGProps } from 'react'; export interface Icon extends SVGProps { title?: string; } //# sourceMappingURL=Icon.d.ts.map