12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CommunicationPerson24Filled = exports.CommunicationPerson24Regular = exports.CommunicationPerson20Filled = exports.CommunicationPerson20Regular = exports.CommunicationPersonRegular = exports.CommunicationPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CommunicationPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPersonFilled", "", 2, undefined));
|
|
exports.CommunicationPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPersonRegular", "", 2, undefined));
|
|
exports.CommunicationPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson20Regular", "", 1, 20));
|
|
exports.CommunicationPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson20Filled", "", 0, 20));
|
|
exports.CommunicationPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson24Regular", "", 1, 24));
|
|
exports.CommunicationPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson24Filled", "", 0, 24));
|