Solid
Fluent UI Emoji as tree-shakeable,
typed SolidJS components — 3,145 emojis in flat, high-contrast, and modern styles.
Ships DOM, SSR, and solid-condition JSX source builds.
Install
Section titled “Install”pnpm add @fluentui-emoji/solidimport {Rocket} from '@fluentui-emoji/solid/flat';// or per-icon: import Rocket from '@fluentui-emoji/solid/modern/rocket';
<Rocket width={32} /><Rocket title="Rocket launch" /> // accessible: role="img" + aria-labelStyles: @fluentui-emoji/solid/flat, /high-contrast, /modern.
Extra props land on the root <svg>. Without title the icon is aria-hidden.