UNPKG

@fluentui/react-icons

Version:

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

16 lines (15 loc) 1.65 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CalendarDataBarFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBarFilled", "", 2, undefined)); export const CalendarDataBarRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBarRegular", "", 2, undefined)); export const CalendarDataBar16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar16Regular", "", 1, 16)); export const CalendarDataBar16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar16Filled", "", 0, 16)); export const CalendarDataBar20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar20Regular", "", 1, 20)); export const CalendarDataBar20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar20Filled", "", 0, 20)); export const CalendarDataBar24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar24Regular", "", 1, 24)); export const CalendarDataBar24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar24Filled", "", 0, 24)); export const CalendarDataBar28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar28Regular", "", 1, 28)); export const CalendarDataBar28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar28Filled", "", 0, 28)); export const CalendarDataBar32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar32Regular", "󰩭", 1, 32)); export const CalendarDataBar32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar32Filled", "󰫩", 0, 32)); export const CalendarDataBar32Light = ( /*#__PURE__*/createFluentFontIcon("CalendarDataBar32Light", "", 3, 32));