@ngxi/si-glyph
v0.12.33
Published
Icon set SmartIcons Glyph for Angular applications
Maintainers
Readme
@ngxi/si-glyph
Icon Set Info
- Name: SmartIcons Glyph
- Prefix:
si-glyph - Icons: 799
- License: CC BY SA 4.0
- Author: SmartIcons
- Website:
Installation
pnpm add @ngxi/si-glyphUsage
import { Component } from '@angular/core'
import { NgxiSiGlyph, siGlyphCircleLoadLeft } from '@ngxi/si-glyph'
@Component({
imports: [NgxiSiGlyph],
template: `<svg [ngxiSiGlyph]="siGlyphCircleLoadLeft"></svg>`
})
export class UsageIcon {
protected siGlyphCircleLoadLeft = siGlyphCircleLoadLeft
}Sponsors
License
CC BY SA 4.0 License © 2025-PRESENT Adrián UB
