14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PersonChat24Filled = exports.PersonChat24Regular = exports.PersonChat20Filled = exports.PersonChat20Regular = exports.PersonChat16Filled = exports.PersonChat16Regular = exports.PersonChatRegular = exports.PersonChatFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PersonChatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChatFilled", "", 2, undefined));
|
|
exports.PersonChatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChatRegular", "", 2, undefined));
|
|
exports.PersonChat16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat16Regular", "", 1, 16));
|
|
exports.PersonChat16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat16Filled", "", 0, 16));
|
|
exports.PersonChat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat20Regular", "", 1, 20));
|
|
exports.PersonChat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat20Filled", "", 0, 20));
|
|
exports.PersonChat24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat24Regular", "", 1, 24));
|
|
exports.PersonChat24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonChat24Filled", "", 0, 24));
|