<!--Basic: auto-select the icon based on the platform --><ion-iconname="{{selected.icons[0].name}}""{{selected.key}}"></ion-icon><!-- Advanced: explicity set the icon for each platform --><ion-iconios="{{getIcon(selected, 'ios' )}}"md="{{getIcon(selected, 'md' )}}"></ion-icon>