Private
Public Access
1
0

feat: Fluent UI Outlook Lite + connections mockup

This commit is contained in:
2026-04-14 18:52:25 +00:00
parent 1199eff6c3
commit dfa4010406
34820 changed files with 1003813 additions and 205 deletions

View File

@@ -0,0 +1,16 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BrightnessHighFilled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHighFilled", "", 2, undefined));
export const BrightnessHighRegular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHighRegular", "", 2, undefined));
export const BrightnessHigh16Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh16Regular", "", 1, 16));
export const BrightnessHigh16Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh16Filled", "", 0, 16));
export const BrightnessHigh20Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh20Regular", "", 1, 20));
export const BrightnessHigh20Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh20Filled", "", 0, 20));
export const BrightnessHigh24Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh24Regular", "", 1, 24));
export const BrightnessHigh24Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh24Filled", "", 0, 24));
export const BrightnessHigh28Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh28Regular", "", 1, 28));
export const BrightnessHigh28Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh28Filled", "", 0, 28));
export const BrightnessHigh32Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh32Regular", "", 1, 32));
export const BrightnessHigh32Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh32Filled", "", 0, 32));
export const BrightnessHigh48Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh48Regular", "", 1, 48));
export const BrightnessHigh48Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessHigh48Filled", "", 0, 48));