Missing Icons in Ionic 2.0

I’m not sure what’s going wrong here. I’m building an android app, and it seems like the icons show up when I do ionic serve however when I build for Android, certain icons do not appear. I’ve had luck using ‘heart’ but not ‘heart-outline’ for example.

Thank you!

Can you post your code? I’d be happy to take a look at it.

Thanks :slightly_smiling:
I think I may have figured out the problem. I’m choosing Icons from here, but I think not all of them come standard and I might need to download add more icons to my project.

<ion-col>
    <a button dark round clear (click)="decide(true)">
        <ion-icon name="heart-broken"></ion-icon>
    </a>
</ion-col>

P.S. do you happen to know anything about using gestures with Ionic 2? I don’t see anything in the docs for v2, and the ones from the docs for v1.2 don’t work. Namely swipe gesture…

I have found this page to be the true source of available icons: http://ionicframework.com/docs/v2/resources/ionicons/

1 Like

Sorry I’m not sure why they don’t have documentation for gestures yet.

Hi there, just to to this. So Ionic 2 doesn’t use ionicons 2.0, it uses the 3.0 version of them. @donniefitz2 link is the correct reference to them.

Hm…why got heart-broken removed from 3.0? It is available in 2.1.1?