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