8 lines
351 B
TypeScript
8 lines
351 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const CheckFilled: FluentIcon;
|
|
export declare const CheckRegular: FluentIcon;
|
|
export declare const Check20Regular: FluentIcon;
|
|
export declare const Check20Filled: FluentIcon;
|
|
export declare const Check24Regular: FluentIcon;
|
|
export declare const Check24Filled: FluentIcon;
|