@ngxi/octicon
Icon Set Info
- Name: Octicons
- Prefix:
octicon - Icons: 665
- License: MIT
- Author: GitHub
- Website: https://github.com/primer/octicons/
Installation
pnpm add @ngxi/octiconUsage
import { Component } from '@angular/core'
import { NgxiOcticon, octiconAlert24 } from '@ngxi/octicon'
@Component({
imports: [NgxiOcticon],
template: `<svg [ngxiOcticon]="octiconAlert24"></svg>`
})
export class UsageIcon {
protected octiconAlert24 = octiconAlert24
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB