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