9 lines
789 B
JavaScript
9 lines
789 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CalendarPhoneFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarPhoneFilled", "", 2, undefined));
|
|
export const CalendarPhoneRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarPhoneRegular", "", 2, undefined));
|
|
export const CalendarPhone16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarPhone16Regular", "", 1, 16));
|
|
export const CalendarPhone16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarPhone16Filled", "", 0, 16));
|
|
export const CalendarPhone20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarPhone20Regular", "", 1, 20));
|
|
export const CalendarPhone20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarPhone20Filled", "", 0, 20));
|