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

7 lines
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 }));