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