@ngxi/mdi
v0.12.33
Published
Icon set Material Design Icons for Angular applications
Downloads
279
Maintainers
Readme
@ngxi/mdi
Icon Set Info
- Name: Material Design Icons
- Prefix:
mdi - Icons: 7447
- License: Apache 2.0
- Author: Pictogrammers
- Website: https://github.com/Templarian/MaterialDesign
Installation
pnpm add @ngxi/mdiUsage
import { Component } from '@angular/core'
import { NgxiMdi, mdiAccountCheck } from '@ngxi/mdi'
@Component({
imports: [NgxiMdi],
template: `<svg [ngxiMdi]="mdiAccountCheck"></svg>`
})
export class UsageIcon {
protected mdiAccountCheck = mdiAccountCheck
}Sponsors
License
Apache 2.0 License © 2025-PRESENT Adrián UB
