10 lines
566 B
TypeScript
10 lines
566 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const TextChangeCaseFilled: FluentFontIcon;
|
|
export declare const TextChangeCaseRegular: FluentFontIcon;
|
|
export declare const TextChangeCase16Regular: FluentFontIcon;
|
|
export declare const TextChangeCase16Filled: FluentFontIcon;
|
|
export declare const TextChangeCase20Regular: FluentFontIcon;
|
|
export declare const TextChangeCase20Filled: FluentFontIcon;
|
|
export declare const TextChangeCase24Regular: FluentFontIcon;
|
|
export declare const TextChangeCase24Filled: FluentFontIcon;
|