UNPKG

@fluentui/react-icons

Version:

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

10 lines (9 loc) 797 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoSync20Filled = exports.VideoSync20Regular = exports.VideoSyncRegular = exports.VideoSyncFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.VideoSyncFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoSyncFilled", "", 2, undefined)); exports.VideoSyncRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoSyncRegular", "", 2, undefined)); exports.VideoSync20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoSync20Regular", "", 1, 20)); exports.VideoSync20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoSync20Filled", "", 0, 20));