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