@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 741 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShiftsDayFilled = ( /*#__PURE__*/createFluentFontIcon("ShiftsDayFilled", "", 2, undefined));
export const ShiftsDayRegular = ( /*#__PURE__*/createFluentFontIcon("ShiftsDayRegular", "", 2, undefined));
export const ShiftsDay20Regular = ( /*#__PURE__*/createFluentFontIcon("ShiftsDay20Regular", "", 1, 20));
export const ShiftsDay20Filled = ( /*#__PURE__*/createFluentFontIcon("ShiftsDay20Filled", "", 0, 20));
export const ShiftsDay24Regular = ( /*#__PURE__*/createFluentFontIcon("ShiftsDay24Regular", "", 1, 24));
export const ShiftsDay24Filled = ( /*#__PURE__*/createFluentFontIcon("ShiftsDay24Filled", "", 0, 24));