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