import React from "react";

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

export default UserAddIcon;
