17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CalendarShieldFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarShieldFilled", "", 2, undefined));
|
|
export const CalendarShieldRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarShieldRegular", "", 2, undefined));
|
|
export const CalendarShield16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield16Regular", "", 1, 16));
|
|
export const CalendarShield16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield16Filled", "", 0, 16));
|
|
export const CalendarShield20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield20Regular", "", 1, 20));
|
|
export const CalendarShield20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield20Filled", "", 0, 20));
|
|
export const CalendarShield24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield24Regular", "", 1, 24));
|
|
export const CalendarShield24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield24Filled", "", 0, 24));
|
|
export const CalendarShield28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield28Regular", "", 1, 28));
|
|
export const CalendarShield28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield28Filled", "", 0, 28));
|
|
export const CalendarShield32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield32Regular", "", 1, 32));
|
|
export const CalendarShield32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield32Filled", "", 0, 32));
|
|
export const CalendarShield48Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarShield48Regular", "", 1, 48));
|
|
export const CalendarShield48Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarShield48Filled", "", 0, 48));
|