MG 2.0 how to add icon for Media Gallery Navigation Tab by Font Awesome xf2

I would make no changes to the original style if not neccesary and use just css for this.
Just throw this into extra.less template.
.p-navEl [data-nav-id="xfmg"]:before{font-family:FontAwesome;content:"\f008";padding-right:5px}

And you could use this a template for all the other tab icons...
 
Top Bottom