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.Library32Filled = exports.Library32Regular = exports.Library28Filled = exports.Library28Regular = exports.Library24Filled = exports.Library24Regular = exports.Library20Filled = exports.Library20Regular = exports.Library16Filled = exports.Library16Regular = exports.LibraryRegular = exports.LibraryFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LibraryFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LibraryFilled", "", 2, undefined));
exports.LibraryRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LibraryRegular", "", 2, undefined));
exports.Library16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library16Regular", "", 1, 16));
exports.Library16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library16Filled", "", 0, 16));
exports.Library20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library20Regular", "", 1, 20));
exports.Library20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library20Filled", "", 0, 20));
exports.Library24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library24Regular", "", 1, 24));
exports.Library24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library24Filled", "", 0, 24));
exports.Library28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library28Regular", "", 1, 28));
exports.Library28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library28Filled", "", 0, 28));
exports.Library32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library32Regular", "󰐃", 1, 32));
exports.Library32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Library32Filled", "󰐖", 0, 32));