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.Drop48Filled = exports.Drop48Regular = exports.Drop28Filled = exports.Drop28Regular = exports.Drop24Filled = exports.Drop24Regular = exports.Drop20Filled = exports.Drop20Regular = exports.Drop16Filled = exports.Drop16Regular = exports.Drop12Filled = exports.Drop12Regular = exports.DropRegular = exports.DropFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DropFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DropFilled", "", 2, undefined));
exports.DropRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DropRegular", "", 2, undefined));
exports.Drop12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop12Regular", "", 1, 12));
exports.Drop12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop12Filled", "", 0, 12));
exports.Drop16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop16Regular", "", 1, 16));
exports.Drop16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop16Filled", "", 0, 16));
exports.Drop20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop20Regular", "", 1, 20));
exports.Drop20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop20Filled", "", 0, 20));
exports.Drop24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop24Regular", "", 1, 24));
exports.Drop24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop24Filled", "", 0, 24));
exports.Drop28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop28Regular", "", 1, 28));
exports.Drop28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop28Filled", "", 0, 28));
exports.Drop48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop48Regular", "", 1, 48));
exports.Drop48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop48Filled", "", 0, 48));