8 lines
351 B
TypeScript
8 lines
351 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const BenchFilled: FluentIcon;
|
|
export declare const BenchRegular: FluentIcon;
|
|
export declare const Bench20Regular: FluentIcon;
|
|
export declare const Bench20Filled: FluentIcon;
|
|
export declare const Bench24Regular: FluentIcon;
|
|
export declare const Bench24Filled: FluentIcon;
|