10 lines
550 B
TypeScript
10 lines
550 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const ClipboardOffFilled: FluentFontIcon;
|
|
export declare const ClipboardOffRegular: FluentFontIcon;
|
|
export declare const ClipboardOff16Regular: FluentFontIcon;
|
|
export declare const ClipboardOff16Filled: FluentFontIcon;
|
|
export declare const ClipboardOff20Regular: FluentFontIcon;
|
|
export declare const ClipboardOff20Filled: FluentFontIcon;
|
|
export declare const ClipboardOff24Regular: FluentFontIcon;
|
|
export declare const ClipboardOff24Filled: FluentFontIcon;
|