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,22 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Chat48Filled = exports.Chat48Regular = exports.Chat32Light = exports.Chat32Filled = exports.Chat32Regular = exports.Chat28Filled = exports.Chat28Regular = exports.Chat24Filled = exports.Chat24Regular = exports.Chat20Filled = exports.Chat20Regular = exports.Chat16Filled = exports.Chat16Regular = exports.Chat12Filled = exports.Chat12Regular = exports.ChatRegular = exports.ChatFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatFilled", "", 2, undefined));
exports.ChatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatRegular", "", 2, undefined));
exports.Chat12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat12Regular", "", 1, 12));
exports.Chat12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat12Filled", "", 0, 12));
exports.Chat16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat16Regular", "", 1, 16));
exports.Chat16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat16Filled", "", 0, 16));
exports.Chat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat20Regular", "", 1, 20));
exports.Chat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat20Filled", "", 0, 20));
exports.Chat24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat24Regular", "", 1, 24));
exports.Chat24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat24Filled", "", 0, 24));
exports.Chat28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat28Regular", "", 1, 28));
exports.Chat28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat28Filled", "", 0, 28));
exports.Chat32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Regular", "", 1, 32));
exports.Chat32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Filled", "", 0, 32));
exports.Chat32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Light", "", 3, 32));
exports.Chat48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat48Regular", "", 1, 48));
exports.Chat48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat48Filled", "", 0, 48));