- Name: Fluent Emoji High Contrast
-
Prefix:
fluent-emoji-high-contrast
- Icons: 1595
- License: MIT
- Author: Microsoft Corporation
- Website: https://github.com/microsoft/fluentui-emoji
pnpm add @ngxi/fluent-emoji-high-contrast
import { Component } from '@angular/core'
import { NgxiFluentEmojiHighContrast, fluentEmojiHighContrastAvocado } from '@ngxi/fluent-emoji-high-contrast'
@Component({
imports: [NgxiFluentEmojiHighContrast],
template: `<svg [ngxiFluentEmojiHighContrast]="fluentEmojiHighContrastAvocado"></svg>`
})
export class UsageIcon {
protected fluentEmojiHighContrastAvocado = fluentEmojiHighContrastAvocado
}
MIT License © 2025-PRESENT Adrián UB