UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 837 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CalendarArrowDownFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDownFilled", "", 2, undefined)); export const CalendarArrowDownRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDownRegular", "", 2, undefined)); export const CalendarArrowDown20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDown20Regular", "", 1, 20)); export const CalendarArrowDown20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDown20Filled", "", 0, 20)); export const CalendarArrowDown24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDown24Regular", "", 1, 24)); export const CalendarArrowDown24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarArrowDown24Filled", "", 0, 24));