fix(icons): fix the ellipsis fill in ionicons (#20137)

- update docs icon usage for Ionicons 5
- update tests to remove mode prefixed icons
- update tests to use the correct icons for Ionicons 5
- update to latest ionicons dev which fixes the ellipsis icon fill
This commit is contained in:
Brandy Carney
2020-01-03 12:19:17 -05:00
committed by GitHub
parent 02a46a1007
commit 9318d2418e
48 changed files with 217 additions and 233 deletions

View File

@ -22,7 +22,7 @@ See the [tabs documentation](../tabs) for more details on configuring tabs.
</ion-tab-button>
<ion-tab-button tab="speakers">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>
@ -53,7 +53,7 @@ See the [tabs documentation](../tabs) for more details on configuring tabs.
</ion-tab-button>
<ion-tab-button tab="speakers" href="/app/tabs/(speakers:speakers)">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>
@ -104,7 +104,7 @@ export const TabButtonExample: React.FC = () => (
</IonTabButton>
<IonTabButton tab="speakers">
<IonIcon name="contacts" />
<IonIcon name="person-circle" />
<IonLabel>Speakers</IonLabel>
</IonTabButton>
@ -137,7 +137,7 @@ export const TabButtonExample: React.FC = () => (
</ion-tab-button>
<ion-tab-button tab="speakers">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>

View File

@ -8,7 +8,7 @@
</ion-tab-button>
<ion-tab-button tab="speakers">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>

View File

@ -8,7 +8,7 @@
</ion-tab-button>
<ion-tab-button tab="speakers" href="/app/tabs/(speakers:speakers)">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>

View File

@ -12,7 +12,7 @@ export const TabButtonExample: React.FC = () => (
</IonTabButton>
<IonTabButton tab="speakers">
<IonIcon name="contacts" />
<IonIcon name="person-circle" />
<IonLabel>Speakers</IonLabel>
</IonTabButton>

View File

@ -9,7 +9,7 @@
</ion-tab-button>
<ion-tab-button tab="speakers">
<ion-icon name="contacts"></ion-icon>
<ion-icon name="person-circle"></ion-icon>
<ion-label>Speakers</ion-label>
</ion-tab-button>