import { FC, SVGProps } from 'react'; declare const IconHome: FC & { fill?: string }>; export default IconHome;