Is there a way to override `Editor.AppIcon` in a Slate Application?

Hi wondering if there is a way to override the Editor.AppIcon brush in a Slate Application with a custom one?

Thanks!

Ok answering my own question. Use:

  FSlateApplication::Get().SetAppIcon(FMyAppStyles::Get().GetBrush("MyApp.AppIcon"));

("MyApp.AppIcon" must be defined in your FMyAppStyles class of course)