@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.19 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CalendarSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkleFilled", "", 2, undefined, { flipInRtl: true }));
export const CalendarSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkleRegular", "", 2, undefined, { flipInRtl: true }));
export const CalendarSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle16Regular", "", 1, 16, { flipInRtl: true }));
export const CalendarSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle16Filled", "", 0, 16, { flipInRtl: true }));
export const CalendarSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle20Regular", "", 1, 20, { flipInRtl: true }));
export const CalendarSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle20Filled", "", 0, 20, { flipInRtl: true }));
export const CalendarSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle24Regular", "", 1, 24, { flipInRtl: true }));
export const CalendarSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle24Filled", "", 0, 24, { flipInRtl: true }));
export const CalendarSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle28Regular", "", 1, 28, { flipInRtl: true }));
export const CalendarSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle28Filled", "", 0, 28, { flipInRtl: true }));
export const CalendarSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle32Regular", "", 1, 32, { flipInRtl: true }));
export const CalendarSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle32Filled", "", 0, 32, { flipInRtl: true }));
export const CalendarSparkle32Light = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle32Light", "", 3, 32));
export const CalendarSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle48Regular", "", 1, 48, { flipInRtl: true }));
export const CalendarSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarSparkle48Filled", "", 0, 48, { flipInRtl: true }));