10 lines
496 B
TypeScript
10 lines
496 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const KeyboardOffFilled: FluentIcon;
|
|
export declare const KeyboardOffRegular: FluentIcon;
|
|
export declare const KeyboardOff16Regular: FluentIcon;
|
|
export declare const KeyboardOff16Filled: FluentIcon;
|
|
export declare const KeyboardOff20Regular: FluentIcon;
|
|
export declare const KeyboardOff20Filled: FluentIcon;
|
|
export declare const KeyboardOff24Regular: FluentIcon;
|
|
export declare const KeyboardOff24Filled: FluentIcon;
|