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