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,19 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowWrench48Filled = exports.WindowWrench48Regular = exports.WindowWrench32Filled = exports.WindowWrench32Regular = exports.WindowWrench28Filled = exports.WindowWrench28Regular = exports.WindowWrench24Filled = exports.WindowWrench24Regular = exports.WindowWrench20Filled = exports.WindowWrench20Regular = exports.WindowWrench16Filled = exports.WindowWrench16Regular = exports.WindowWrenchRegular = exports.WindowWrenchFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowWrenchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrenchFilled", "", 2, undefined));
exports.WindowWrenchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrenchRegular", "", 2, undefined));
exports.WindowWrench16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench16Regular", "", 1, 16));
exports.WindowWrench16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench16Filled", "", 0, 16));
exports.WindowWrench20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench20Regular", "", 1, 20));
exports.WindowWrench20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench20Filled", "", 0, 20));
exports.WindowWrench24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench24Regular", "", 1, 24));
exports.WindowWrench24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench24Filled", "", 0, 24));
exports.WindowWrench28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench28Regular", "", 1, 28));
exports.WindowWrench28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench28Filled", "", 0, 28));
exports.WindowWrench32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench32Regular", "", 1, 32));
exports.WindowWrench32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench32Filled", "", 0, 32));
exports.WindowWrench48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench48Regular", "", 1, 48));
exports.WindowWrench48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowWrench48Filled", "", 0, 48));