Skip to content

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+.

Terminal window
pnpm add @fluentui-emoji/preact
import {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-label

Styles: @fluentui-emoji/preact/flat, /high-contrast, /modern. Extra props land on the root <svg>. Without title the icon is aria-hidden.