hinki123 Hi
There isnt in-built feature in the specific module to add font-awesome icons as of now however, You may add this to css file :
.gkTabsWrap ol li.gkTabs-1::before{content: "\f0d6";} /*change icon declaration accordingly */
.gkTabsWrap ol li.gkTabs-2::before{content: "\f0b1";}
.gkTabsWrap ol li::before{font-family: FontAwesome;font-size: 30px;} /*change font-size accordingly */
Accordingly, You may change the icon declaration as per tabs
The above css code suggestion is given taking Gavick News2 template into reference which already has the font-awesome support. Ref: Screenshot wherein font-awesome icons have added with above steps