20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.MicrophoneChat48Filled = exports.MicrophoneChat48Regular = exports.MicrophoneChat32Filled = exports.MicrophoneChat32Regular = exports.MicrophoneChat28Filled = exports.MicrophoneChat28Regular = exports.MicrophoneChat24Filled = exports.MicrophoneChat24Regular = exports.MicrophoneChat20Filled = exports.MicrophoneChat20Regular = exports.MicrophoneChat16Filled = exports.MicrophoneChat16Regular = exports.MicrophoneChatRegular = exports.MicrophoneChatFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.MicrophoneChatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChatFilled", "", 2, undefined));
|
|
exports.MicrophoneChatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChatRegular", "", 2, undefined));
|
|
exports.MicrophoneChat16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat16Regular", "", 1, 16));
|
|
exports.MicrophoneChat16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat16Filled", "", 0, 16));
|
|
exports.MicrophoneChat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat20Regular", "", 1, 20));
|
|
exports.MicrophoneChat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat20Filled", "", 0, 20));
|
|
exports.MicrophoneChat24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat24Regular", "", 1, 24));
|
|
exports.MicrophoneChat24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat24Filled", "", 0, 24));
|
|
exports.MicrophoneChat28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat28Regular", "", 1, 28));
|
|
exports.MicrophoneChat28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat28Filled", "", 0, 28));
|
|
exports.MicrophoneChat32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat32Regular", "", 1, 32));
|
|
exports.MicrophoneChat32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat32Filled", "", 0, 32));
|
|
exports.MicrophoneChat48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat48Regular", "", 1, 48));
|
|
exports.MicrophoneChat48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MicrophoneChat48Filled", "", 0, 48));
|