9 lines
777 B
JavaScript
9 lines
777 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FontDecreaseFilled = ( /*#__PURE__*/createFluentFontIcon("FontDecreaseFilled", "", 2, undefined));
|
|
export const FontDecreaseRegular = ( /*#__PURE__*/createFluentFontIcon("FontDecreaseRegular", "", 2, undefined));
|
|
export const FontDecrease20Regular = ( /*#__PURE__*/createFluentFontIcon("FontDecrease20Regular", "", 1, 20));
|
|
export const FontDecrease20Filled = ( /*#__PURE__*/createFluentFontIcon("FontDecrease20Filled", "", 0, 20));
|
|
export const FontDecrease24Regular = ( /*#__PURE__*/createFluentFontIcon("FontDecrease24Regular", "", 1, 24));
|
|
export const FontDecrease24Filled = ( /*#__PURE__*/createFluentFontIcon("FontDecrease24Filled", "", 0, 24));
|