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

@ -232,7 +232,7 @@
</ion-col>
<ion-col class="ion-no-padding ion-text-right">
<ion-button fill="clear" size="small" color="dark">
<ion-icon slot="start" name="share-alt"></ion-icon>
<ion-icon slot="start" name="share"></ion-icon>
Share
</ion-button>
</ion-col>