20 lines
2.6 KiB
JavaScript
20 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DeviceMeetingRoom48Filled = exports.DeviceMeetingRoom48Regular = exports.DeviceMeetingRoom32Filled = exports.DeviceMeetingRoom32Regular = exports.DeviceMeetingRoom28Filled = exports.DeviceMeetingRoom28Regular = exports.DeviceMeetingRoom24Filled = exports.DeviceMeetingRoom24Regular = exports.DeviceMeetingRoom20Filled = exports.DeviceMeetingRoom20Regular = exports.DeviceMeetingRoom16Filled = exports.DeviceMeetingRoom16Regular = exports.DeviceMeetingRoomRegular = exports.DeviceMeetingRoomFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DeviceMeetingRoomFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomFilled", "", 2, undefined));
|
|
exports.DeviceMeetingRoomRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoomRegular", "", 2, undefined));
|
|
exports.DeviceMeetingRoom16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom16Regular", "", 1, 16));
|
|
exports.DeviceMeetingRoom16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom16Filled", "", 0, 16));
|
|
exports.DeviceMeetingRoom20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom20Regular", "", 1, 20));
|
|
exports.DeviceMeetingRoom20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom20Filled", "", 0, 20));
|
|
exports.DeviceMeetingRoom24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom24Regular", "", 1, 24));
|
|
exports.DeviceMeetingRoom24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom24Filled", "", 0, 24));
|
|
exports.DeviceMeetingRoom28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom28Regular", "", 1, 28));
|
|
exports.DeviceMeetingRoom28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom28Filled", "", 0, 28));
|
|
exports.DeviceMeetingRoom32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom32Regular", "", 1, 32));
|
|
exports.DeviceMeetingRoom32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom32Filled", "", 0, 32));
|
|
exports.DeviceMeetingRoom48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom48Regular", "", 1, 48));
|
|
exports.DeviceMeetingRoom48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceMeetingRoom48Filled", "", 0, 48));
|