UNPKG

@fluentui/react-icons

Version:

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

16 lines (15 loc) 1.78 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FastForward28Filled = exports.FastForward28Regular = exports.FastForward24Filled = exports.FastForward24Regular = exports.FastForward20Filled = exports.FastForward20Regular = exports.FastForward16Filled = exports.FastForward16Regular = exports.FastForwardRegular = exports.FastForwardFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.FastForwardFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForwardFilled", "", 2, undefined)); exports.FastForwardRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForwardRegular", "", 2, undefined)); exports.FastForward16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward16Regular", "", 1, 16)); exports.FastForward16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward16Filled", "", 0, 16)); exports.FastForward20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward20Regular", "", 1, 20)); exports.FastForward20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward20Filled", "", 0, 20)); exports.FastForward24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward24Regular", "", 1, 24)); exports.FastForward24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward24Filled", "", 0, 24)); exports.FastForward28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward28Regular", "", 1, 28)); exports.FastForward28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FastForward28Filled", "", 0, 28));