I want to put an icon on the tab, example a google font icon
I tried something like this (so you hopefully can see where I'm going):
<TelerikTabStrip @bind-ActiveTabIndex="@ActiveTabIndex"> <TabStripTab Title="Sofia"> </TabStripTab> <TabStripTab Title="London"> </TabStripTab> <div class="material-icons project tab-item"> security <TabStripTab Title="Azure RBAC"> </TabStripTab> </div></TelerikTabStrip>