@ngxi/feather
v0.12.33
Published
Icon set Feather Icons for Angular applications
Maintainers
Readme
@ngxi/feather
Icon Set Info
- Name: Feather Icons
- Prefix:
feather - Icons: 286
- License: MIT
- Author: Cole Bemis
- Website: https://github.com/feathericons/feather
Installation
pnpm add @ngxi/featherUsage
import { Component } from '@angular/core'
import { NgxiFeather, featherCheckCircle } from '@ngxi/feather'
@Component({
imports: [NgxiFeather],
template: `<svg [ngxiFeather]="featherCheckCircle"></svg>`
})
export class UsageIcon {
protected featherCheckCircle = featherCheckCircle
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
