Icon switching for Android/iOS

Ionic does some custom positioning of components depending on the platform (header-bar top aligned on Android, for example).

Wondering if the same is true for any of the icons. For example, if I specify ion-chevron-left, does Ionic use the iOS chevron icon for iOS, and the Android chevron icon for Android? Feels odd specifying ion-ion7-* when building for Android, so basically a sanity check for me more than anything else.

Additionally, is there a list anywhere of all the components that are styled/positioned differently on Android vs. iOS?