Spinning Icon

Is there a way to set the spinning icon (the default active icon for a navigation widget) as just the active icon on a navigation widget and use a custom icon for the inactive? I have changed the icons to better match the pages I am navigating to, for example, a cloud icon for the weather page, but would like to have the cloud icon be there as the inactive icon, and have the spinning icon (default icon) used as the active icon. I tried just changing the active icon to the fa-spinner and that does show that icon, but it does not spin like the default one does?

You do it by adding “fa-spin” to the end, e.g.:

icon_active: fa-spinner fa-spin

Awesome, thanks!