At first I was also worried that how to change the size of icons of font awesome, I tried lots of method even I tried to add some classes that individually increase or
decrease the size of icon.. but nothing worked as it supposed to .. but then I found
some classes which was already defined by font awesome to play with size of icons .and
here are the list of some classes..
<i class="fas fa-home fa-xs">
<i class="fas fa-home fa-sm">
<i class="fas fa-home fa-lg">
<i class="fas fa-home fa-2x">
<i class="fas fa-home fa-3x">
<i class="fas fa-home fa-4x">
<i class="fas fa-home fa-5x">
<i class="fas fa-home fa-6x">
now enjoy with your icon ..goodluck