Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ngxi/octicon

adrian-ub417MIT0.12.33TypeScript support: included

Icon set Octicons for Angular applications

icon, iconify, icons, ngxi, octicon, angular

readme

@ngxi/octicon

npm version npm downloads bundle JSDocs License

Icon Set Info

Installation

pnpm add @ngxi/octicon

Usage

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