10 lines
486 B
TypeScript
10 lines
486 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const VoteFilled: FluentFontIcon;
|
|
export declare const VoteRegular: FluentFontIcon;
|
|
export declare const Vote16Regular: FluentFontIcon;
|
|
export declare const Vote16Filled: FluentFontIcon;
|
|
export declare const Vote20Regular: FluentFontIcon;
|
|
export declare const Vote20Filled: FluentFontIcon;
|
|
export declare const Vote24Regular: FluentFontIcon;
|
|
export declare const Vote24Filled: FluentFontIcon;
|