16 lines
1.6 KiB
JavaScript
16 lines
1.6 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CalendarMonthFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonthFilled", "", 2, undefined));
|
|
export const CalendarMonthRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonthRegular", "", 2, undefined));
|
|
export const CalendarMonth16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth16Regular", "", 1, 16));
|
|
export const CalendarMonth16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth16Filled", "", 0, 16));
|
|
export const CalendarMonth20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth20Regular", "", 1, 20));
|
|
export const CalendarMonth20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth20Filled", "", 0, 20));
|
|
export const CalendarMonth24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth24Regular", "", 1, 24));
|
|
export const CalendarMonth24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth24Filled", "", 0, 24));
|
|
export const CalendarMonth28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth28Regular", "", 1, 28));
|
|
export const CalendarMonth28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth28Filled", "", 0, 28));
|
|
export const CalendarMonth32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth32Regular", "", 1, 32));
|
|
export const CalendarMonth32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth32Filled", "", 0, 32));
|
|
export const CalendarMonth32Light = ( /*#__PURE__*/createFluentFontIcon("CalendarMonth32Light", "", 3, 32));
|