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,16 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Lasso32Light = exports.Lasso32Filled = exports.Lasso32Regular = exports.Lasso28Filled = exports.Lasso28Regular = exports.Lasso24Filled = exports.Lasso24Regular = exports.Lasso20Filled = exports.Lasso20Regular = exports.LassoRegular = exports.LassoFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LassoFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LassoFilled", "", 2, undefined));
exports.LassoRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LassoRegular", "", 2, undefined));
exports.Lasso20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso20Regular", "", 1, 20));
exports.Lasso20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso20Filled", "", 0, 20));
exports.Lasso24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso24Regular", "", 1, 24));
exports.Lasso24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso24Filled", "", 0, 24));
exports.Lasso28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso28Regular", "", 1, 28));
exports.Lasso28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso28Filled", "", 0, 28));
exports.Lasso32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Regular", "󰩾", 1, 32));
exports.Lasso32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Filled", "󰫺", 0, 32));
exports.Lasso32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Light", "", 3, 32));