@ngxi/fluent-color
v0.12.33
Published
Icon set Fluent UI System Color Icons for Angular applications
Maintainers
Readme
@ngxi/fluent-color
Icon Set Info
- Name: Fluent UI System Color Icons
- Prefix:
fluent-color - Icons: 889
- License: MIT
- Author: Microsoft Corporation
- Website: https://github.com/microsoft/fluentui-system-icons
Installation
pnpm add @ngxi/fluent-colorUsage
import { Component } from '@angular/core'
import { NgxiFluentColor, fluentColorMic20 } from '@ngxi/fluent-color'
@Component({
imports: [NgxiFluentColor],
template: `<svg [ngxiFluentColor]="fluentColorMic20"></svg>`
})
export class UsageIcon {
protected fluentColorMic20 = fluentColorMic20
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
