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 RoadConeFilled = ( /*#__PURE__*/createFluentFontIcon("RoadConeFilled", "", 2, undefined));
export const RoadConeRegular = ( /*#__PURE__*/createFluentFontIcon("RoadConeRegular", "", 2, undefined));
export const RoadCone16Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone16Regular", "", 1, 16));
export const RoadCone16Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone16Filled", "", 0, 16));
export const RoadCone20Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone20Regular", "", 1, 20));
export const RoadCone20Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone20Filled", "", 0, 20));
export const RoadCone24Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone24Regular", "", 1, 24));
export const RoadCone24Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone24Filled", "", 0, 24));
export const RoadCone28Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone28Regular", "", 1, 28));
export const RoadCone28Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone28Filled", "", 0, 28));
export const RoadCone32Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone32Regular", "", 1, 32));
export const RoadCone32Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone32Filled", "", 0, 32));
export const RoadCone48Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone48Regular", "", 1, 48));
export const RoadCone48Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone48Filled", "", 0, 48));