Some icons such as ion-ios-cart won't render

Im using Ionicons for example like this
a class=“button button-icon icon ion-person”

however the icons that have ios/android in their names such as ion-ios-cart wont render
is there something im missing?

have you tried using ios7 instead of ios?

example: ion-ios7-cart instead of ion-ios-cart.

The Ionicons docs aren’t always correct. As cyprusglobe stated, sometimes the website says ion-ios-something while it should be ion-ios7-something

This is because the beta uses ionicons 1.5.2 but the docs are from ionicons 2.0 Read these to find the right ones www.ionicons.com/1.5.2/

thanks this worked for me