8 lines
381 B
TypeScript
8 lines
381 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const ImageStackFilled: FluentIcon;
|
|
export declare const ImageStackRegular: FluentIcon;
|
|
export declare const ImageStack16Regular: FluentIcon;
|
|
export declare const ImageStack16Filled: FluentIcon;
|
|
export declare const ImageStack20Regular: FluentIcon;
|
|
export declare const ImageStack20Filled: FluentIcon;
|