11 lines
1019 B
JavaScript
11 lines
1019 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CalendarErrorFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarErrorFilled", "", 2, undefined));
|
|
export const CalendarErrorRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarErrorRegular", "", 2, undefined));
|
|
export const CalendarError16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarError16Regular", "", 1, 16));
|
|
export const CalendarError16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarError16Filled", "", 0, 16));
|
|
export const CalendarError20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarError20Regular", "", 1, 20));
|
|
export const CalendarError20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarError20Filled", "", 0, 20));
|
|
export const CalendarError24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarError24Regular", "", 1, 24));
|
|
export const CalendarError24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarError24Filled", "", 0, 24));
|