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,4 @@
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const Cd16Regular = ( /*#__PURE__*/createFluentIcon('Cd16Regular', "16", ["M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM7 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2ZM3 8a5 5 0 1 1 10 0A5 5 0 0 1 3 8Z"]));
export const Cd16Filled = ( /*#__PURE__*/createFluentIcon('Cd16Filled', "16", ["M8 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0-7a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"]));