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

15 lines
1.3 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShiftsFilled = ( /*#__PURE__*/createFluentFontIcon("ShiftsFilled", "", 2, undefined));
export const ShiftsRegular = ( /*#__PURE__*/createFluentFontIcon("ShiftsRegular", "", 2, undefined));
export const Shifts16Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts16Regular", "", 1, 16));
export const Shifts16Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts16Filled", "", 0, 16));
export const Shifts20Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts20Regular", "", 1, 20));
export const Shifts20Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts20Filled", "", 0, 20));
export const Shifts24Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts24Regular", "", 1, 24));
export const Shifts24Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts24Filled", "", 0, 24));
export const Shifts28Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts28Regular", "", 1, 28));
export const Shifts28Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts28Filled", "", 0, 28));
export const Shifts32Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts32Regular", "", 1, 32));
export const Shifts32Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts32Filled", "", 0, 32));