import React from "react";

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

export default UserSolidIcon;
