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.Reward32Filled = exports.Reward32Regular = exports.Reward24Filled = exports.Reward24Regular = exports.Reward20Filled = exports.Reward20Regular = exports.Reward16Filled = exports.Reward16Regular = exports.Reward12Filled = exports.Reward12Regular = exports.RewardRegular = exports.RewardFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RewardFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RewardFilled", "", 2, undefined));
exports.RewardRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RewardRegular", "", 2, undefined));
exports.Reward12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward12Regular", "", 1, 12));
exports.Reward12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward12Filled", "", 0, 12));
exports.Reward16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward16Regular", "", 1, 16));
exports.Reward16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward16Filled", "", 0, 16));
exports.Reward20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward20Regular", "", 1, 20));
exports.Reward20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward20Filled", "", 0, 20));
exports.Reward24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward24Regular", "", 1, 24));
exports.Reward24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward24Filled", "", 0, 24));
exports.Reward32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward32Regular", "󰛈", 1, 32));
exports.Reward32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Reward32Filled", "󰝅", 0, 32));