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