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