@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.63 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Rewind28Filled = exports.Rewind28Regular = exports.Rewind24Filled = exports.Rewind24Regular = exports.Rewind20Filled = exports.Rewind20Regular = exports.Rewind16Filled = exports.Rewind16Regular = exports.RewindRegular = exports.RewindFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RewindFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RewindFilled", "", 2, undefined));
exports.RewindRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RewindRegular", "", 2, undefined));
exports.Rewind16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind16Regular", "", 1, 16));
exports.Rewind16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind16Filled", "", 0, 16));
exports.Rewind20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind20Regular", "", 1, 20));
exports.Rewind20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind20Filled", "", 0, 20));
exports.Rewind24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind24Regular", "", 1, 24));
exports.Rewind24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind24Filled", "", 0, 24));
exports.Rewind28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind28Regular", "", 1, 28));
exports.Rewind28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rewind28Filled", "", 0, 28));