@ngxi/ic
v0.12.33
Published
Icon set Google Material Icons for Angular applications
Maintainers
Readme
@ngxi/ic
Icon Set Info
- Name: Google Material Icons
- Prefix:
ic - Icons: 10955
- License: Apache 2.0
- Author: Material Design Authors
- Website: https://github.com/material-icons/material-icons
Installation
pnpm add @ngxi/icUsage
import { Component } from '@angular/core'
import { NgxiIc, icBaselineNotificationsActive } from '@ngxi/ic'
@Component({
imports: [NgxiIc],
template: `<svg [ngxiIc]="icBaselineNotificationsActive"></svg>`
})
export class UsageIcon {
protected icBaselineNotificationsActive = icBaselineNotificationsActive
}Sponsors
License
Apache 2.0 License © 2025-PRESENT Adrián UB
