aseng
It's likely your font files didn't transfer over. Check that your assets/fonts folder has the following files in it:
FontAwesome.otf
fontawesome-webfont.svg
fontawesome-webfont.woff
fontawesome-webfont.eot
fontawesome-webfont.ttf
fontawesome-webfont.woff2
If not, find them in your source installation and move them over. Then you can try refreshing your cache with php flarum cache:clear
and hard-refreshing your browser (CTRL+F5).