10 lines
480 B
TypeScript
10 lines
480 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const CoinStackFilled: FluentIcon;
|
|
export declare const CoinStackRegular: FluentIcon;
|
|
export declare const CoinStack16Regular: FluentIcon;
|
|
export declare const CoinStack16Filled: FluentIcon;
|
|
export declare const CoinStack20Regular: FluentIcon;
|
|
export declare const CoinStack20Filled: FluentIcon;
|
|
export declare const CoinStack24Regular: FluentIcon;
|
|
export declare const CoinStack24Filled: FluentIcon;
|