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,17 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Replay32Filled = exports.Replay32Regular = exports.Replay28Filled = exports.Replay28Regular = exports.Replay24Filled = exports.Replay24Regular = exports.Replay20Filled = exports.Replay20Regular = exports.Replay16Filled = exports.Replay16Regular = exports.ReplayRegular = exports.ReplayFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ReplayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ReplayFilled", "", 2, undefined));
exports.ReplayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ReplayRegular", "", 2, undefined));
exports.Replay16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay16Regular", "󰘎", 1, 16));
exports.Replay16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay16Filled", "󰚊", 0, 16));
exports.Replay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay20Regular", "", 1, 20));
exports.Replay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay20Filled", "", 0, 20));
exports.Replay24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay24Regular", "󰘏", 1, 24));
exports.Replay24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay24Filled", "󰚋", 0, 24));
exports.Replay28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay28Regular", "󰘐", 1, 28));
exports.Replay28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay28Filled", "󰚌", 0, 28));
exports.Replay32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay32Regular", "󰘑", 1, 32));
exports.Replay32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay32Filled", "󰚍", 0, 32));