Icon set VSCode Icons for Angular applications
npm install @ngxi/vscode-icons[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
- Name: VSCode Icons
- Prefix: vscode-icons
- Icons: 1396
- License: MIT
- Author: Roberto Huertas
- Website: https://github.com/vscode-icons/vscode-icons
``sh`
pnpm add @ngxi/vscode-icons
`ts
import { Component } from '@angular/core'
import { NgxiVscodeIcons, vscodeIconsFileTypeActionscript2 } from '@ngxi/vscode-icons'
@Component({
imports: [NgxiVscodeIcons],
template: ``
})
export class UsageIcon {
protected vscodeIconsFileTypeActionscript2 = vscodeIconsFileTypeActionscript2
}
MIT License © 2025-PRESENT Adrián UB
[npm-version-src]: https://img.shields.io/npm/v/@ngxi/vscode-icons?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@ngxi/vscode-icons
[npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/vscode-icons?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@ngxi/vscode-icons
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/vscode-icons?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@ngxi/vscode-icons
[license-src]: https://img.shields.io/npm/l/@ngxi/vscode-icons?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/adrian-ub/ngxi/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/@ngxi/vscode-icons