Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/calendar-question-mark.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
1.1 KiB
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));