UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.36 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CatchUp24Filled = exports.CatchUp24Regular = exports.CatchUp20Filled = exports.CatchUp20Regular = exports.CatchUp16Filled = exports.CatchUp16Regular = exports.CatchUpRegular = exports.CatchUpFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.CatchUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUpFilled", "", 2, undefined)); exports.CatchUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUpRegular", "", 2, undefined)); exports.CatchUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp16Regular", "", 1, 16)); exports.CatchUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp16Filled", "", 0, 16)); exports.CatchUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp20Regular", "", 1, 20)); exports.CatchUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp20Filled", "", 0, 20)); exports.CatchUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp24Regular", "", 1, 24)); exports.CatchUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CatchUp24Filled", "", 0, 24));