import * as React from "react"; import { IconProps } from '../lib'; declare const ArrowUpLeft: (props: IconProps) => React.JSX.Element; export default ArrowUpLeft; //# sourceMappingURL=ArrowUpLeft.d.ts.map