20 lines
2.4 KiB
JavaScript
20 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CommentBadge48Filled = exports.CommentBadge48Regular = exports.CommentBadge32Filled = exports.CommentBadge32Regular = exports.CommentBadge28Filled = exports.CommentBadge28Regular = exports.CommentBadge24Filled = exports.CommentBadge24Regular = exports.CommentBadge20Filled = exports.CommentBadge20Regular = exports.CommentBadge16Filled = exports.CommentBadge16Regular = exports.CommentBadgeRegular = exports.CommentBadgeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CommentBadgeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadgeFilled", "", 2, undefined));
|
|
exports.CommentBadgeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadgeRegular", "", 2, undefined));
|
|
exports.CommentBadge16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge16Regular", "", 1, 16));
|
|
exports.CommentBadge16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge16Filled", "", 0, 16));
|
|
exports.CommentBadge20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge20Regular", "", 1, 20));
|
|
exports.CommentBadge20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge20Filled", "", 0, 20));
|
|
exports.CommentBadge24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge24Regular", "", 1, 24));
|
|
exports.CommentBadge24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge24Filled", "", 0, 24));
|
|
exports.CommentBadge28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge28Regular", "", 1, 28));
|
|
exports.CommentBadge28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge28Filled", "", 0, 28));
|
|
exports.CommentBadge32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge32Regular", "", 1, 32));
|
|
exports.CommentBadge32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge32Filled", "", 0, 32));
|
|
exports.CommentBadge48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge48Regular", "", 1, 48));
|
|
exports.CommentBadge48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentBadge48Filled", "", 0, 48));
|