import React from "react"; /** * user-profile-solid.svg */ declare const UserProfileSolidIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default UserProfileSolidIcon;