8 lines
351 B
TypeScript
8 lines
351 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const LayerFilled: FluentIcon;
|
|
export declare const LayerRegular: FluentIcon;
|
|
export declare const Layer20Regular: FluentIcon;
|
|
export declare const Layer20Filled: FluentIcon;
|
|
export declare const Layer24Regular: FluentIcon;
|
|
export declare const Layer24Filled: FluentIcon;
|