import React from "react";

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

export default UserProfileIcon;
