import { SVGProps } from 'react'; export interface Icon extends SVGProps { title?: string; }