import React from "react";

/**
 * reaction-add.svg
 */
declare const ReactionAddIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ReactionAddIcon;
