@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 633 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CalendarLink24Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarLink24Regular", "", 1, 24, { flipInRtl: true }));
export const CalendarLink24Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarLink24Filled", "", 0, 24, { flipInRtl: true }));
export const CalendarLink28Regular = ( /*#__PURE__*/createFluentFontIcon("CalendarLink28Regular", "", 1, 28, { flipInRtl: true }));
export const CalendarLink28Filled = ( /*#__PURE__*/createFluentFontIcon("CalendarLink28Filled", "", 0, 28, { flipInRtl: true }));