- Name: Feather Icons
-
Prefix:
feather
- Icons: 286
- License: MIT
- Author: Cole Bemis
- Website: https://github.com/feathericons/feather
npm install @ngxi/feather
import { Component } from '@angular/core';
import { FeatherCheckCircleIcon } from '@ngxi/feather';
@Component({
imports: [FeatherCheckCircleIcon],
template: `<svg featherCheckCircleIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB