FontAwesomeIcons

parameter

parameterNameintroducerequiredvalueTypeAn optional valuedefault
nameTheNameOfTheIconnoStringfont-awesomeAll icon names

method of application

base

// There's nothing wrong with this but it doesn't work
<nx-icon/>

// Specify icon name
<nx-icon name="github"/>

// Set the inline style
<nx-icon name="github" style="font-size: 100px;"/>

// Set class
<nx-icon name="github" class="icon-class-demo"/>

This component just simplifies the writing

<nx-icon name="github"/>
// equate
<i class="fa fa-github" aria-hidden="true"></i>

reference

Icon index

Font Awesome Chinese website

fontawesome.com