<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

Relativity.Services.Interfaces.Field.Models.PaneIcon

public class PaneIcon
Select and upload an icon for display in the Related Items pane of the core reviewer interface.
public string FileName { get; set; }

The image file name.

public string ImageBase64 { get; set; }

The image file converted to a base64 format.

public PaneIcon()