@ngxi/file-icons
v0.12.33
Published
Icon set File Icons for Angular applications
Maintainers
Readme
@ngxi/file-icons
Icon Set Info
- Name: File Icons
- Prefix:
file-icons - Icons: 930
- License: ISC
- Author: John Gardner
- Website: https://github.com/file-icons/icons
Installation
pnpm add @ngxi/file-iconsUsage
import { Component } from '@angular/core'
import { NgxiFileIcons, fileIconsAdobe } from '@ngxi/file-icons'
@Component({
imports: [NgxiFileIcons],
template: `<svg [ngxiFileIcons]="fileIconsAdobe"></svg>`
})
export class UsageIcon {
protected fileIconsAdobe = fileIconsAdobe
}Sponsors
License
ISC License © 2025-PRESENT Adrián UB
