@ngxi/fa-brands
v0.12.33
Published
Icon set Font Awesome 5 Brands for Angular applications
Maintainers
Readme
@ngxi/fa-brands
Icon Set Info
- Name: Font Awesome 5 Brands
- Prefix:
fa-brands - Icons: 457
- License: CC BY 4.0
- Author: Dave Gandy
- Website: https://github.com/FortAwesome/Font-Awesome
Installation
pnpm add @ngxi/fa-brandsUsage
import { Component } from '@angular/core'
import { NgxiFaBrands, faBrandsAmazon } from '@ngxi/fa-brands'
@Component({
imports: [NgxiFaBrands],
template: `<svg [ngxiFaBrands]="faBrandsAmazon"></svg>`
})
export class UsageIcon {
protected faBrandsAmazon = faBrandsAmazon
}Sponsors
License
CC BY 4.0 License © 2025-PRESENT Adrián UB
