import { IconProps } from '../lib';
declare function ArrowFatUp(props: IconProps): JSX.Element;
export default ArrowFatUp;
