I can't use font awesome brand icons in my component I try to import it, but there is't any icons.
import {faTelegram} from "@fortawesome/angular-fontawesome"; // Has no exported member
But as we can see brand icon is available in fontawesome-5 https://fontawesome.com/icons/telegram?style=brands
How do i use this icon!?