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.DesignIdeas48Filled = exports.DesignIdeas48Regular = exports.DesignIdeas32Filled = exports.DesignIdeas32Regular = exports.DesignIdeas28Filled = exports.DesignIdeas28Regular = exports.DesignIdeas24Filled = exports.DesignIdeas24Regular = exports.DesignIdeas20Filled = exports.DesignIdeas20Regular = exports.DesignIdeas16Filled = exports.DesignIdeas16Regular = exports.DesignIdeasRegular = exports.DesignIdeasFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DesignIdeasFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeasFilled", "", 2, undefined));
exports.DesignIdeasRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeasRegular", "", 2, undefined));
exports.DesignIdeas16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas16Regular", "", 1, 16));
exports.DesignIdeas16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas16Filled", "", 0, 16));
exports.DesignIdeas20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas20Regular", "", 1, 20));
exports.DesignIdeas20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas20Filled", "", 0, 20));
exports.DesignIdeas24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas24Regular", "", 1, 24));
exports.DesignIdeas24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas24Filled", "", 0, 24));
exports.DesignIdeas28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas28Regular", "󰛍", 1, 28));
exports.DesignIdeas28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas28Filled", "󰝊", 0, 28));
exports.DesignIdeas32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas32Regular", "󰛎", 1, 32));
exports.DesignIdeas32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas32Filled", "󰝋", 0, 32));
exports.DesignIdeas48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas48Regular", "󰛏", 1, 48));
exports.DesignIdeas48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesignIdeas48Filled", "󰝌", 0, 48));