20 lines
2.9 KiB
JavaScript
20 lines
2.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DeviceMeetingRoomRemote48Filled = exports.DeviceMeetingRoomRemote48Regular = exports.DeviceMeetingRoomRemote32Filled = exports.DeviceMeetingRoomRemote32Regular = exports.DeviceMeetingRoomRemote28Filled = exports.DeviceMeetingRoomRemote28Regular = exports.DeviceMeetingRoomRemote24Filled = exports.DeviceMeetingRoomRemote24Regular = exports.DeviceMeetingRoomRemote20Filled = exports.DeviceMeetingRoomRemote20Regular = exports.DeviceMeetingRoomRemote16Filled = exports.DeviceMeetingRoomRemote16Regular = exports.DeviceMeetingRoomRemoteRegular = exports.DeviceMeetingRoomRemoteFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DeviceMeetingRoomRemoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemoteFilled", "", 2, undefined));
|
|
exports.DeviceMeetingRoomRemoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemoteRegular", "", 2, undefined));
|
|
exports.DeviceMeetingRoomRemote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote16Regular", "", 1, 16));
|
|
exports.DeviceMeetingRoomRemote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote16Filled", "", 0, 16));
|
|
exports.DeviceMeetingRoomRemote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote20Regular", "", 1, 20));
|
|
exports.DeviceMeetingRoomRemote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote20Filled", "", 0, 20));
|
|
exports.DeviceMeetingRoomRemote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote24Regular", "", 1, 24));
|
|
exports.DeviceMeetingRoomRemote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote24Filled", "", 0, 24));
|
|
exports.DeviceMeetingRoomRemote28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote28Regular", "", 1, 28));
|
|
exports.DeviceMeetingRoomRemote28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote28Filled", "", 0, 28));
|
|
exports.DeviceMeetingRoomRemote32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote32Regular", "", 1, 32));
|
|
exports.DeviceMeetingRoomRemote32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote32Filled", "", 0, 32));
|
|
exports.DeviceMeetingRoomRemote48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote48Regular", "", 1, 48));
|
|
exports.DeviceMeetingRoomRemote48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRemote48Filled", "", 0, 48));
|