@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.32 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ReplayFilled = ( /*#__PURE__*/createFluentFontIcon("ReplayFilled", "", 2, undefined));
export const ReplayRegular = ( /*#__PURE__*/createFluentFontIcon("ReplayRegular", "", 2, undefined));
export const Replay16Regular = ( /*#__PURE__*/createFluentFontIcon("Replay16Regular", "", 1, 16));
export const Replay16Filled = ( /*#__PURE__*/createFluentFontIcon("Replay16Filled", "", 0, 16));
export const Replay20Regular = ( /*#__PURE__*/createFluentFontIcon("Replay20Regular", "", 1, 20));
export const Replay20Filled = ( /*#__PURE__*/createFluentFontIcon("Replay20Filled", "", 0, 20));
export const Replay24Regular = ( /*#__PURE__*/createFluentFontIcon("Replay24Regular", "", 1, 24));
export const Replay24Filled = ( /*#__PURE__*/createFluentFontIcon("Replay24Filled", "", 0, 24));
export const Replay28Regular = ( /*#__PURE__*/createFluentFontIcon("Replay28Regular", "", 1, 28));
export const Replay28Filled = ( /*#__PURE__*/createFluentFontIcon("Replay28Filled", "", 0, 28));
export const Replay32Regular = ( /*#__PURE__*/createFluentFontIcon("Replay32Regular", "", 1, 32));
export const Replay32Filled = ( /*#__PURE__*/createFluentFontIcon("Replay32Filled", "", 0, 32));