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