import React from 'react'; import { IconProps } from '../lib'; declare function ArrowSquareUpRight({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default ArrowSquareUpRight; //# sourceMappingURL=ArrowSquareUpRight.d.ts.map