@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.26 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MicSync48Filled = exports.MicSync48Regular = exports.MicSync32Filled = exports.MicSync32Regular = exports.MicSync28Filled = exports.MicSync28Regular = exports.MicSync24Filled = exports.MicSync24Regular = exports.MicSync20Filled = exports.MicSync20Regular = exports.MicSync16Filled = exports.MicSync16Regular = exports.MicSyncRegular = exports.MicSyncFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.MicSyncFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSyncFilled", "", 2, undefined));
exports.MicSyncRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSyncRegular", "", 2, undefined));
exports.MicSync16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync16Regular", "", 1, 16));
exports.MicSync16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync16Filled", "", 0, 16));
exports.MicSync20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync20Regular", "", 1, 20));
exports.MicSync20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync20Filled", "", 0, 20));
exports.MicSync24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync24Regular", "", 1, 24));
exports.MicSync24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync24Filled", "", 0, 24));
exports.MicSync28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync28Regular", "", 1, 28));
exports.MicSync28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync28Filled", "", 0, 28));
exports.MicSync32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync32Regular", "", 1, 32));
exports.MicSync32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync32Filled", "", 0, 32));
exports.MicSync48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync48Regular", "", 1, 48));
exports.MicSync48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicSync48Filled", "", 0, 48));