11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextChangeCaseFilled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCaseFilled", "", 2, undefined));
|
|
export const TextChangeCaseRegular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCaseRegular", "", 2, undefined));
|
|
export const TextChangeCase16Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase16Regular", "", 1, 16));
|
|
export const TextChangeCase16Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase16Filled", "", 0, 16));
|
|
export const TextChangeCase20Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase20Regular", "", 1, 20));
|
|
export const TextChangeCase20Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase20Filled", "", 0, 20));
|
|
export const TextChangeCase24Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase24Regular", "", 1, 24));
|
|
export const TextChangeCase24Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase24Filled", "", 0, 24));
|