@ngxi/system-uicons
v0.12.33
Published
Icon set System UIcons for Angular applications
Downloads
458
Maintainers
Readme
@ngxi/system-uicons
Icon Set Info
- Name: System UIcons
- Prefix:
system-uicons - Icons: 430
- License: Unlicense
- Author: Corey Ginnivan
- Website: https://github.com/CoreyGinnivan/system-uicons
Installation
pnpm add @ngxi/system-uiconsUsage
import { Component } from '@angular/core'
import { NgxiSystemUicons, systemUiconsBell } from '@ngxi/system-uicons'
@Component({
imports: [NgxiSystemUicons],
template: `<svg [ngxiSystemUicons]="systemUiconsBell"></svg>`
})
export class UsageIcon {
protected systemUiconsBell = systemUiconsBell
}Sponsors
License
Unlicense License © 2025-PRESENT Adrián UB
