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 ReorderFilled = ( /*#__PURE__*/createFluentIcon('ReorderFilled', "1em", ["M2.75 7.75a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Zm0 3a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Z"]));
export const ReorderRegular = ( /*#__PURE__*/createFluentIcon('ReorderRegular', "1em", ["M2.5 8a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm0 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Z"]));
export const Reorder20Regular = ( /*#__PURE__*/createFluentIcon('Reorder20Regular', "20", ["M2.5 8a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm0 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Z"]));
export const Reorder20Filled = ( /*#__PURE__*/createFluentIcon('Reorder20Filled', "20", ["M2.75 7.75a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Zm0 3a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Z"]));