10 lines
526 B
TypeScript
10 lines
526 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const LeafThreeFilled: FluentFontIcon;
|
|
export declare const LeafThreeRegular: FluentFontIcon;
|
|
export declare const LeafThree16Regular: FluentFontIcon;
|
|
export declare const LeafThree16Filled: FluentFontIcon;
|
|
export declare const LeafThree20Regular: FluentFontIcon;
|
|
export declare const LeafThree20Filled: FluentFontIcon;
|
|
export declare const LeafThree24Regular: FluentFontIcon;
|
|
export declare const LeafThree24Filled: FluentFontIcon;
|