19 lines
1.7 KiB
JavaScript
19 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StatusFilled = ( /*#__PURE__*/createFluentFontIcon("StatusFilled", "", 2, undefined));
|
|
export const StatusRegular = ( /*#__PURE__*/createFluentFontIcon("StatusRegular", "", 2, undefined));
|
|
export const Status12Regular = ( /*#__PURE__*/createFluentFontIcon("Status12Regular", "", 1, 12));
|
|
export const Status12Filled = ( /*#__PURE__*/createFluentFontIcon("Status12Filled", "", 0, 12));
|
|
export const Status16Regular = ( /*#__PURE__*/createFluentFontIcon("Status16Regular", "", 1, 16));
|
|
export const Status16Filled = ( /*#__PURE__*/createFluentFontIcon("Status16Filled", "", 0, 16));
|
|
export const Status20Regular = ( /*#__PURE__*/createFluentFontIcon("Status20Regular", "", 1, 20));
|
|
export const Status20Filled = ( /*#__PURE__*/createFluentFontIcon("Status20Filled", "", 0, 20));
|
|
export const Status24Regular = ( /*#__PURE__*/createFluentFontIcon("Status24Regular", "", 1, 24));
|
|
export const Status24Filled = ( /*#__PURE__*/createFluentFontIcon("Status24Filled", "", 0, 24));
|
|
export const Status28Regular = ( /*#__PURE__*/createFluentFontIcon("Status28Regular", "", 1, 28));
|
|
export const Status28Filled = ( /*#__PURE__*/createFluentFontIcon("Status28Filled", "", 0, 28));
|
|
export const Status32Regular = ( /*#__PURE__*/createFluentFontIcon("Status32Regular", "", 1, 32));
|
|
export const Status32Filled = ( /*#__PURE__*/createFluentFontIcon("Status32Filled", "", 0, 32));
|
|
export const Status48Regular = ( /*#__PURE__*/createFluentFontIcon("Status48Regular", "", 1, 48));
|
|
export const Status48Filled = ( /*#__PURE__*/createFluentFontIcon("Status48Filled", "", 0, 48));
|