Convert FontAwesome alias strings to their corresponding Unicode format.
All aliases
should be prepended with "fa".
Value
A named character vector of Unicode values corresponding to the provided aliases.
If an alias is not found, its value will be NA
.
Examples
fontawesome(c("fa-car", "fa-user"))
#> fa-car fa-user
#> "" ""