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