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 TriangleUpFilled = ( /*#__PURE__*/createFluentIcon('TriangleUpFilled', "1em", ["M11.32 2.79a1.5 1.5 0 0 0-2.64 0l-6.5 12a1.5 1.5 0 0 0 1.32 2.2h13a1.5 1.5 0 0 0 1.32-2.2l-6.5-12Z"]));
export const TriangleUpRegular = ( /*#__PURE__*/createFluentIcon('TriangleUpRegular', "1em", ["M8.68 2.79a1.5 1.5 0 0 1 2.64 0l6.5 12a1.5 1.5 0 0 1-1.32 2.2h-13a1.5 1.5 0 0 1-1.32-2.2l6.5-12Zm1.76.47a.5.5 0 0 0-.88 0l-6.5 12a.5.5 0 0 0 .44.74h13a.5.5 0 0 0 .44-.74l-6.5-12Z"]));
export const TriangleUp20Regular = ( /*#__PURE__*/createFluentIcon('TriangleUp20Regular', "20", ["M8.68 2.79a1.5 1.5 0 0 1 2.64 0l6.5 12a1.5 1.5 0 0 1-1.32 2.2h-13a1.5 1.5 0 0 1-1.32-2.2l6.5-12Zm1.76.47a.5.5 0 0 0-.88 0l-6.5 12a.5.5 0 0 0 .44.74h13a.5.5 0 0 0 .44-.74l-6.5-12Z"]));
export const TriangleUp20Filled = ( /*#__PURE__*/createFluentIcon('TriangleUp20Filled', "20", ["M11.32 2.79a1.5 1.5 0 0 0-2.64 0l-6.5 12a1.5 1.5 0 0 0 1.32 2.2h13a1.5 1.5 0 0 0 1.32-2.2l-6.5-12Z"]));