20 lines
2.7 KiB
JavaScript
20 lines
2.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PeopleCommunication48Filled = exports.PeopleCommunication48Regular = exports.PeopleCommunication32Filled = exports.PeopleCommunication32Regular = exports.PeopleCommunication28Filled = exports.PeopleCommunication28Regular = exports.PeopleCommunication24Filled = exports.PeopleCommunication24Regular = exports.PeopleCommunication20Filled = exports.PeopleCommunication20Regular = exports.PeopleCommunication16Filled = exports.PeopleCommunication16Regular = exports.PeopleCommunicationRegular = exports.PeopleCommunicationFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PeopleCommunicationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunicationFilled", "", 2, undefined));
|
|
exports.PeopleCommunicationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunicationRegular", "", 2, undefined));
|
|
exports.PeopleCommunication16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication16Regular", "", 1, 16));
|
|
exports.PeopleCommunication16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication16Filled", "", 0, 16));
|
|
exports.PeopleCommunication20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication20Regular", "", 1, 20));
|
|
exports.PeopleCommunication20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication20Filled", "", 0, 20));
|
|
exports.PeopleCommunication24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication24Regular", "", 1, 24));
|
|
exports.PeopleCommunication24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication24Filled", "", 0, 24));
|
|
exports.PeopleCommunication28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication28Regular", "", 1, 28));
|
|
exports.PeopleCommunication28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication28Filled", "", 0, 28));
|
|
exports.PeopleCommunication32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication32Regular", "", 1, 32));
|
|
exports.PeopleCommunication32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication32Filled", "", 0, 32));
|
|
exports.PeopleCommunication48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication48Regular", "", 1, 48));
|
|
exports.PeopleCommunication48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleCommunication48Filled", "", 0, 48));
|