@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.13 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CalendarQuestionMarkFilled = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMarkFilled", "", 2, undefined));
export const CalendarQuestionMarkRegular = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMarkRegular", "", 2, undefined));
export const CalendarQuestionMark16Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark16Regular", "", 1, 16));
export const CalendarQuestionMark16Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark16Filled", "", 0, 16));
export const CalendarQuestionMark20Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark20Regular", "", 1, 20));
export const CalendarQuestionMark20Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark20Filled", "", 0, 20));
export const CalendarQuestionMark24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark24Regular", "", 1, 24));
export const CalendarQuestionMark24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarQuestionMark24Filled", "", 0, 24));