Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/calendar-month.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));