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,6 @@
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const IosChevronRightFilled = ( /*#__PURE__*/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"]));
export const IosChevronRightRegular = ( /*#__PURE__*/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"]));
export const IosChevronRight20Regular = ( /*#__PURE__*/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"]));
export const IosChevronRight20Filled = ( /*#__PURE__*/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"]));