17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CommentBadgeFilled = ( /*#__PURE__*/createFluentFontIcon("CommentBadgeFilled", "", 2, undefined));
|
|
export const CommentBadgeRegular = ( /*#__PURE__*/createFluentFontIcon("CommentBadgeRegular", "", 2, undefined));
|
|
export const CommentBadge16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge16Regular", "", 1, 16));
|
|
export const CommentBadge16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge16Filled", "", 0, 16));
|
|
export const CommentBadge20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge20Regular", "", 1, 20));
|
|
export const CommentBadge20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge20Filled", "", 0, 20));
|
|
export const CommentBadge24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge24Regular", "", 1, 24));
|
|
export const CommentBadge24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge24Filled", "", 0, 24));
|
|
export const CommentBadge28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge28Regular", "", 1, 28));
|
|
export const CommentBadge28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge28Filled", "", 0, 28));
|
|
export const CommentBadge32Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge32Regular", "", 1, 32));
|
|
export const CommentBadge32Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge32Filled", "", 0, 32));
|
|
export const CommentBadge48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentBadge48Regular", "", 1, 48));
|
|
export const CommentBadge48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentBadge48Filled", "", 0, 48));
|