import React from "react";

/**
 * re-order.svg
 */
declare const ReOrderIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ReOrderIcon;
