9 lines
693 B
JavaScript
9 lines
693 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BadgeFilled = ( /*#__PURE__*/createFluentFontIcon("BadgeFilled", "", 2, undefined));
|
|
export const BadgeRegular = ( /*#__PURE__*/createFluentFontIcon("BadgeRegular", "", 2, undefined));
|
|
export const Badge20Regular = ( /*#__PURE__*/createFluentFontIcon("Badge20Regular", "", 1, 20));
|
|
export const Badge20Filled = ( /*#__PURE__*/createFluentFontIcon("Badge20Filled", "", 0, 20));
|
|
export const Badge24Regular = ( /*#__PURE__*/createFluentFontIcon("Badge24Regular", "", 1, 24));
|
|
export const Badge24Filled = ( /*#__PURE__*/createFluentFontIcon("Badge24Filled", "", 0, 24));
|