import React from "react";

/**
 * reply.svg
 */
declare const ReplyIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ReplyIcon;
