- Name: Mono Icons
-
Prefix:
mi
- Icons: 180
- License: MIT
- Author: Mono
- Website: https://github.com/mono-company/mono-icons
npm install @ngxi/mi
import { Component } from '@angular/core';
import { MiBarChartIcon } from '@ngxi/mi';
@Component({
imports: [MiBarChartIcon],
template: `<svg miBarChartIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB