Use the attribute uif-type
to specify the icon to display. This must be one of the icons listed on the page: Office UI Fabric - Sytles - Icons.
This markup:
<uif-icon uif-type="arrowDownLeft"></uif-icon>
Renders this:
Change the size & color using standard CSS sizing techniques: style="font-size:32px; color:red;"
:
{{selectedIcon}}
Wouldn't you like to see an error when you specify an icon that's not supported? Open the JavaScript console to see an error for an icon like this:
<uif-icon uif-type="ngOfficeUiFabric"></uif-icon>
This markup:
<uif-icon uif-type="{{iconType}}"></uif-icon>
Renders this:
icon type: {{iconType}}: