@ngxi/fa
v0.12.33
Published
Icon set Font Awesome 4 for Angular applications
Downloads
174
Maintainers
Readme
@ngxi/fa
Icon Set Info
- Name: Font Awesome 4
- Prefix:
fa - Icons: 678
- License: Open Font License
- Author: Dave Gandy
- Website: https://github.com/FortAwesome/Font-Awesome/tree/fa-4
Installation
pnpm add @ngxi/faUsage
import { Component } from '@angular/core'
import { NgxiFa, faWrench } from '@ngxi/fa'
@Component({
imports: [NgxiFa],
template: `<svg [ngxiFa]="faWrench"></svg>`
})
export class UsageIcon {
protected faWrench = faWrench
}Sponsors
License
Open Font License License © 2025-PRESENT Adrián UB
