10 lines
486 B
TypeScript
10 lines
486 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const DustFilled: FluentFontIcon;
|
|
export declare const DustRegular: FluentFontIcon;
|
|
export declare const Dust20Regular: FluentFontIcon;
|
|
export declare const Dust20Filled: FluentFontIcon;
|
|
export declare const Dust24Regular: FluentFontIcon;
|
|
export declare const Dust24Filled: FluentFontIcon;
|
|
export declare const Dust28Regular: FluentFontIcon;
|
|
export declare const Dust28Filled: FluentFontIcon;
|