17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CalendarSettingsFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettingsFilled", "", 2, undefined));
|
|
export const CalendarSettingsRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettingsRegular", "", 2, undefined));
|
|
export const CalendarSettings16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings16Regular", "", 1, 16));
|
|
export const CalendarSettings16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings16Filled", "", 0, 16));
|
|
export const CalendarSettings20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings20Regular", "", 1, 20));
|
|
export const CalendarSettings20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings20Filled", "", 0, 20));
|
|
export const CalendarSettings24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings24Regular", "", 1, 24));
|
|
export const CalendarSettings24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings24Filled", "", 0, 24));
|
|
export const CalendarSettings28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings28Regular", "", 1, 28));
|
|
export const CalendarSettings28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings28Filled", "", 0, 28));
|
|
export const CalendarSettings32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings32Regular", "", 1, 32));
|
|
export const CalendarSettings32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings32Filled", "", 0, 32));
|
|
export const CalendarSettings48Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings48Regular", "", 1, 48));
|
|
export const CalendarSettings48Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSettings48Filled", "", 0, 48));
|