@ngxi/typcn
v0.12.33
Published
Icon set Typicons for Angular applications
Maintainers
Readme
@ngxi/typcn
Icon Set Info
- Name: Typicons
- Prefix:
typcn - Icons: 336
- License: CC BY-SA 4.0
- Author: Stephen Hutchings
- Website: https://github.com/stephenhutchings/typicons.font
Installation
pnpm add @ngxi/typcnUsage
import { Component } from '@angular/core'
import { NgxiTypcn, typcnPinOutline } from '@ngxi/typcn'
@Component({
imports: [NgxiTypcn],
template: `<svg [ngxiTypcn]="typcnPinOutline"></svg>`
})
export class UsageIcon {
protected typcnPinOutline = typcnPinOutline
}Sponsors
License
CC BY-SA 4.0 License © 2025-PRESENT Adrián UB
