UNPKG

@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
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CalendarMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultipleFilled", "", 2, undefined)); export const CalendarMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultipleRegular", "", 2, undefined)); export const CalendarMultiple16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple16Regular", "", 1, 16)); export const CalendarMultiple16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple16Filled", "", 0, 16)); export const CalendarMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple20Regular", "", 1, 20)); export const CalendarMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple20Filled", "", 0, 20)); export const CalendarMultiple24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple24Regular", "", 1, 24)); export const CalendarMultiple24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple24Filled", "", 0, 24)); export const CalendarMultiple28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple28Regular", "", 1, 28)); export const CalendarMultiple28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple28Filled", "", 0, 28)); export const CalendarMultiple32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple32Regular", "", 1, 32)); export const CalendarMultiple32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple32Filled", "", 0, 32)); export const CalendarMultiple32Light = ( /*#__PURE__*/createFluentFontIcon("CalendarMultiple32Light", "", 3, 32));