@ngxi/material-symbols-light
v0.12.33
Published
Icon set Material Symbols Light for Angular applications
Maintainers
Readme
@ngxi/material-symbols-light
Icon Set Info
- Name: Material Symbols Light
- Prefix:
material-symbols-light - Icons: 14896
- License: Apache 2.0
- Author: Google
- Website: https://github.com/google/material-design-icons
Installation
pnpm add @ngxi/material-symbols-lightUsage
import { Component } from '@angular/core'
import { NgxiMaterialSymbolsLight, materialSymbolsLightDownloading } from '@ngxi/material-symbols-light'
@Component({
imports: [NgxiMaterialSymbolsLight],
template: `<svg [ngxiMaterialSymbolsLight]="materialSymbolsLightDownloading"></svg>`
})
export class UsageIcon {
protected materialSymbolsLightDownloading = materialSymbolsLightDownloading
}Sponsors
License
Apache 2.0 License © 2025-PRESENT Adrián UB
