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 LineHorizontal1DotFilled = ( /*#__PURE__*/createFluentIcon('LineHorizontal1DotFilled', "1em", ["M3.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM8 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"]));
export const LineHorizontal1DotRegular = ( /*#__PURE__*/createFluentIcon('LineHorizontal1DotRegular', "1em", ["M3.25 10.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.5 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.5 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM18 9.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"]));
export const LineHorizontal1Dot20Regular = ( /*#__PURE__*/createFluentIcon('LineHorizontal1Dot20Regular', "20", ["M3.25 10.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.5 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.5 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM18 9.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"]));
export const LineHorizontal1Dot20Filled = ( /*#__PURE__*/createFluentIcon('LineHorizontal1Dot20Filled', "20", ["M3.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM8 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"]));