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