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,8 @@
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const CircleSmallFilled = ( /*#__PURE__*/createFluentIcon('CircleSmallFilled', "1em", ["M13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"]));
export const CircleSmallRegular = ( /*#__PURE__*/createFluentIcon('CircleSmallRegular', "1em", ["M10 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"]));
export const CircleSmall20Regular = ( /*#__PURE__*/createFluentIcon('CircleSmall20Regular', "20", ["M10 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"]));
export const CircleSmall20Filled = ( /*#__PURE__*/createFluentIcon('CircleSmall20Filled', "20", ["M13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"]));
export const CircleSmall24Regular = ( /*#__PURE__*/createFluentIcon('CircleSmall24Regular', "24", ["M12 9.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"]));
export const CircleSmall24Filled = ( /*#__PURE__*/createFluentIcon('CircleSmall24Filled', "24", ["M8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"]));