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,15 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeatherPartlyCloudyDay48Filled = exports.WeatherPartlyCloudyDay48Regular = exports.WeatherPartlyCloudyDay24Filled = exports.WeatherPartlyCloudyDay24Regular = exports.WeatherPartlyCloudyDay20Filled = exports.WeatherPartlyCloudyDay20Regular = exports.WeatherPartlyCloudyDay16Filled = exports.WeatherPartlyCloudyDay16Regular = exports.WeatherPartlyCloudyDayRegular = exports.WeatherPartlyCloudyDayFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WeatherPartlyCloudyDayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDayFilled", "", 2, undefined));
exports.WeatherPartlyCloudyDayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDayRegular", "", 2, undefined));
exports.WeatherPartlyCloudyDay16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay16Regular", "", 1, 16));
exports.WeatherPartlyCloudyDay16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay16Filled", "", 0, 16));
exports.WeatherPartlyCloudyDay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay20Regular", "", 1, 20));
exports.WeatherPartlyCloudyDay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay20Filled", "", 0, 20));
exports.WeatherPartlyCloudyDay24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay24Regular", "", 1, 24));
exports.WeatherPartlyCloudyDay24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay24Filled", "", 0, 24));
exports.WeatherPartlyCloudyDay48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay48Regular", "", 1, 48));
exports.WeatherPartlyCloudyDay48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay48Filled", "", 0, 48));