UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

15 lines (14 loc) 1.31 kB
"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));