Preact
Fluent UI Emoji as tree-shakeable,
typed Preact components — 3,145 emojis in flat, high-contrast, and modern styles.
Dual ESM + CJS. Preact 10+.
Install
Section titled “Install”pnpm add @fluentui-emoji/preactimport {Rocket} from '@fluentui-emoji/preact/flat';// or per-icon: import Rocket from '@fluentui-emoji/preact/modern/rocket';
<Rocket width={32} /><Rocket title="Rocket launch" /> // accessible: role="img" + aria-labelStyles: @fluentui-emoji/preact/flat, /high-contrast, /modern.
Extra props land on the root <svg>. Without title the icon is aria-hidden.