Very small ionicons in $ionicLoading

Placing an ionicon in $ionicLoading template. Works well but the icon is quite small. Can’t figure out how to size it up. Probably missing something simple but can’t seem to figure it out. Any help appreciated. Thanks. see codepen http://codepen.io/mblechn/pen/IxuvJ

-Mike

Try this,

<button class="button button-icon button-clear icon ion-loading-c"></button>

Adding the class icon, will adjust the font size.

I figured it would be something that simple. Thanks.