import React from "react";

/**
 * arrow-up-right.svg
 */
declare const ArrowUpRightIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ArrowUpRightIcon;
