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.RibbonOff32Filled = exports.RibbonOff32Regular = exports.RibbonOff24Filled = exports.RibbonOff24Regular = exports.RibbonOff20Filled = exports.RibbonOff20Regular = exports.RibbonOff16Filled = exports.RibbonOff16Regular = exports.RibbonOff12Filled = exports.RibbonOff12Regular = exports.RibbonOffRegular = exports.RibbonOffFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RibbonOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOffFilled", "", 2, undefined));
exports.RibbonOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOffRegular", "", 2, undefined));
exports.RibbonOff12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff12Regular", "", 1, 12));
exports.RibbonOff12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff12Filled", "", 0, 12));
exports.RibbonOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff16Regular", "", 1, 16));
exports.RibbonOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff16Filled", "", 0, 16));
exports.RibbonOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff20Regular", "", 1, 20));
exports.RibbonOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff20Filled", "", 0, 20));
exports.RibbonOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff24Regular", "", 1, 24));
exports.RibbonOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff24Filled", "", 0, 24));
exports.RibbonOff32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff32Regular", "", 1, 32));
exports.RibbonOff32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff32Filled", "", 0, 32));