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,9 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IosChevronRight20Filled = exports.IosChevronRight20Regular = exports.IosChevronRightRegular = exports.IosChevronRightFilled = void 0;
const createFluentIcon_1 = require("../../utils/createFluentIcon");
exports.IosChevronRightFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosChevronRightFilled', "1em", ["M12.22 6.03a.75.75 0 0 1 1.06-1.06l4.5 4.5c.3.3.3.77 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06L16.19 10l-3.97-3.97Z"]));
exports.IosChevronRightRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosChevronRightRegular', "1em", ["M12.65 5.85a.5.5 0 0 1 .7-.7l4.5 4.5c.2.2.2.5 0 .7l-4.5 4.5a.5.5 0 0 1-.7-.7L16.79 10l-4.14-4.15Z"]));
exports.IosChevronRight20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosChevronRight20Regular', "20", ["M12.65 5.85a.5.5 0 0 1 .7-.7l4.5 4.5c.2.2.2.5 0 .7l-4.5 4.5a.5.5 0 0 1-.7-.7L16.79 10l-4.14-4.15Z"]));
exports.IosChevronRight20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosChevronRight20Filled', "20", ["M12.22 6.03a.75.75 0 0 1 1.06-1.06l4.5 4.5c.3.3.3.77 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06L16.19 10l-3.97-3.97Z"]));