10 lines
542 B
TypeScript
10 lines
542 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const KeyboardOffFilled: FluentFontIcon;
|
|
export declare const KeyboardOffRegular: FluentFontIcon;
|
|
export declare const KeyboardOff16Regular: FluentFontIcon;
|
|
export declare const KeyboardOff16Filled: FluentFontIcon;
|
|
export declare const KeyboardOff20Regular: FluentFontIcon;
|
|
export declare const KeyboardOff20Filled: FluentFontIcon;
|
|
export declare const KeyboardOff24Regular: FluentFontIcon;
|
|
export declare const KeyboardOff24Filled: FluentFontIcon;
|