<ion-tab [root]="geralTabRoot" [rootParams]="enterprise" tabTitle="Geral" tabIcon="home"></ion-tab>
I have this tab using the tabIcon, How can I use a custom icon? I already created the SVG pic
<ion-tab [root]="geralTabRoot" [rootParams]="enterprise" tabTitle="Geral" tabIcon="home"></ion-tab>
I have this tab using the tabIcon, How can I use a custom icon? I already created the SVG pic