@ngxi/material-icon-theme
v0.12.33
Published
Icon set Material Icon Theme for Angular applications
Maintainers
Readme
@ngxi/material-icon-theme
Icon Set Info
- Name: Material Icon Theme
- Prefix:
material-icon-theme - Icons: 1103
- License: MIT
- Author: Material Extensions
- Website: https://github.com/material-extensions/vscode-material-icon-theme
Installation
pnpm add @ngxi/material-icon-themeUsage
import { Component } from '@angular/core'
import { NgxiMaterialIconTheme, materialIconThemeZip } from '@ngxi/material-icon-theme'
@Component({
imports: [NgxiMaterialIconTheme],
template: `<svg [ngxiMaterialIconTheme]="materialIconThemeZip"></svg>`
})
export class UsageIcon {
protected materialIconThemeZip = materialIconThemeZip
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
