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,20 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Toolbox32Light = exports.Toolbox32Filled = exports.Toolbox32Regular = exports.Toolbox28Filled = exports.Toolbox28Regular = exports.Toolbox24Filled = exports.Toolbox24Regular = exports.Toolbox20Filled = exports.Toolbox20Regular = exports.Toolbox16Filled = exports.Toolbox16Regular = exports.Toolbox12Filled = exports.Toolbox12Regular = exports.ToolboxRegular = exports.ToolboxFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ToolboxFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ToolboxFilled", "", 2, undefined));
exports.ToolboxRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ToolboxRegular", "", 2, undefined));
exports.Toolbox12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox12Regular", "", 1, 12));
exports.Toolbox12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox12Filled", "", 0, 12));
exports.Toolbox16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox16Regular", "", 1, 16));
exports.Toolbox16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox16Filled", "", 0, 16));
exports.Toolbox20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox20Regular", "", 1, 20));
exports.Toolbox20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox20Filled", "", 0, 20));
exports.Toolbox24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox24Regular", "", 1, 24));
exports.Toolbox24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox24Filled", "", 0, 24));
exports.Toolbox28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox28Regular", "", 1, 28));
exports.Toolbox28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox28Filled", "", 0, 28));
exports.Toolbox32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox32Regular", "󰚅", 1, 32));
exports.Toolbox32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox32Filled", "󰜀", 0, 32));
exports.Toolbox32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Toolbox32Light", "", 3, 32));