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,16 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MusicNoteOff1Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff1Regular", "", 2, undefined));
export const MusicNoteOff1Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff1Filled", "", 2, undefined));
export const MusicNoteOff2Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff2Regular", "", 2, undefined));
export const MusicNoteOff2Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff2Filled", "", 2, undefined));
export const MusicNoteOff120Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff120Regular", "", 1, 20));
export const MusicNoteOff120Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff120Filled", "", 0, 20));
export const MusicNoteOff124Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff124Regular", "", 1, 24));
export const MusicNoteOff124Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff124Filled", "", 0, 24));
export const MusicNoteOff216Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff216Regular", "", 1, 16));
export const MusicNoteOff216Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff216Filled", "", 0, 16));
export const MusicNoteOff220Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff220Regular", "", 1, 20));
export const MusicNoteOff220Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff220Filled", "", 0, 20));
export const MusicNoteOff224Regular = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff224Regular", "", 1, 24));
export const MusicNoteOff224Filled = ( /*#__PURE__*/createFluentFontIcon("MusicNoteOff224Filled", "", 0, 24));