10 lines
590 B
TypeScript
10 lines
590 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const TextStrikethroughFilled: FluentFontIcon;
|
|
export declare const TextStrikethroughRegular: FluentFontIcon;
|
|
export declare const TextStrikethrough16Regular: FluentFontIcon;
|
|
export declare const TextStrikethrough16Filled: FluentFontIcon;
|
|
export declare const TextStrikethrough20Regular: FluentFontIcon;
|
|
export declare const TextStrikethrough20Filled: FluentFontIcon;
|
|
export declare const TextStrikethrough24Regular: FluentFontIcon;
|
|
export declare const TextStrikethrough24Filled: FluentFontIcon;
|