sig
  type t = { category : string; iconUrl : string; size : int; }
  val category : (GapiDriveV2Model.App.Icons.t, string) GapiLens.t
  val iconUrl : (GapiDriveV2Model.App.Icons.t, string) GapiLens.t
  val size : (GapiDriveV2Model.App.Icons.t, int) GapiLens.t
  val empty : GapiDriveV2Model.App.Icons.t
  val render : GapiDriveV2Model.App.Icons.t -> GapiJson.json_data_model list
  val parse :
    GapiDriveV2Model.App.Icons.t ->
    GapiJson.json_data_model -> GapiDriveV2Model.App.Icons.t
end