@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.67 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CalendarWorkWeekFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeekFilled", "", 2, undefined));
export const CalendarWorkWeekRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeekRegular", "", 2, undefined));
export const CalendarWorkWeek16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek16Regular", "", 1, 16));
export const CalendarWorkWeek16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek16Filled", "", 0, 16));
export const CalendarWorkWeek20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek20Regular", "", 1, 20));
export const CalendarWorkWeek20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek20Filled", "", 0, 20));
export const CalendarWorkWeek24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek24Regular", "", 1, 24));
export const CalendarWorkWeek24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek24Filled", "", 0, 24));
export const CalendarWorkWeek28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek28Regular", "", 1, 28));
export const CalendarWorkWeek28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek28Filled", "", 0, 28));
export const CalendarWorkWeek32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek32Regular", "", 1, 32));
export const CalendarWorkWeek32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek32Filled", "", 0, 32));
export const CalendarWorkWeek32Light = ( /*#__PURE__*/createFluentFontIcon("CalendarWorkWeek32Light", "", 3, 32));