The icon font only loads in the actionBar.titleView, not actionItems.
<ActionBar>
<ActionBar.titleView>
<Label text="" class="material-icon"/>
</ActionBar.titleView>
<ActionBar.actionItems>
<ActionItem text="" class="material-icon" ios.position="right" tap="logout" style="font-family: Material-Design-Iconic-Font;"/>
</ActionBar.actionItems>
</ActionBar>
The icon font only loads in the actionBar.titleView, not actionItems.