UNPKG

@fluentui/react-icons

Version:

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

18 lines (17 loc) 1.93 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Replay32Filled = exports.Replay32Regular = exports.Replay28Filled = exports.Replay28Regular = exports.Replay24Filled = exports.Replay24Regular = exports.Replay20Filled = exports.Replay20Regular = exports.Replay16Filled = exports.Replay16Regular = exports.ReplayRegular = exports.ReplayFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ReplayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ReplayFilled", "", 2, undefined)); exports.ReplayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ReplayRegular", "", 2, undefined)); exports.Replay16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay16Regular", "󰘎", 1, 16)); exports.Replay16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay16Filled", "󰚊", 0, 16)); exports.Replay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay20Regular", "", 1, 20)); exports.Replay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay20Filled", "", 0, 20)); exports.Replay24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay24Regular", "󰘏", 1, 24)); exports.Replay24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay24Filled", "󰚋", 0, 24)); exports.Replay28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay28Regular", "󰘐", 1, 28)); exports.Replay28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay28Filled", "󰚌", 0, 28)); exports.Replay32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay32Regular", "󰘑", 1, 32)); exports.Replay32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Replay32Filled", "󰚍", 0, 32));