17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PremiumFilled = ( /*#__PURE__*/createFluentFontIcon("PremiumFilled", "", 2, undefined));
|
|
export const PremiumRegular = ( /*#__PURE__*/createFluentFontIcon("PremiumRegular", "", 2, undefined));
|
|
export const Premium12Regular = ( /*#__PURE__*/createFluentFontIcon("Premium12Regular", "", 1, 12));
|
|
export const Premium12Filled = ( /*#__PURE__*/createFluentFontIcon("Premium12Filled", "", 0, 12));
|
|
export const Premium16Regular = ( /*#__PURE__*/createFluentFontIcon("Premium16Regular", "", 1, 16));
|
|
export const Premium16Filled = ( /*#__PURE__*/createFluentFontIcon("Premium16Filled", "", 0, 16));
|
|
export const Premium20Regular = ( /*#__PURE__*/createFluentFontIcon("Premium20Regular", "", 1, 20));
|
|
export const Premium20Filled = ( /*#__PURE__*/createFluentFontIcon("Premium20Filled", "", 0, 20));
|
|
export const Premium24Regular = ( /*#__PURE__*/createFluentFontIcon("Premium24Regular", "", 1, 24));
|
|
export const Premium24Filled = ( /*#__PURE__*/createFluentFontIcon("Premium24Filled", "", 0, 24));
|
|
export const Premium28Regular = ( /*#__PURE__*/createFluentFontIcon("Premium28Regular", "", 1, 28));
|
|
export const Premium28Filled = ( /*#__PURE__*/createFluentFontIcon("Premium28Filled", "", 0, 28));
|
|
export const Premium32Regular = ( /*#__PURE__*/createFluentFontIcon("Premium32Regular", "", 1, 32));
|
|
export const Premium32Filled = ( /*#__PURE__*/createFluentFontIcon("Premium32Filled", "", 0, 32));
|