8 lines
405 B
TypeScript
8 lines
405 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const BranchForkHintFilled: FluentIcon;
|
|
export declare const BranchForkHintRegular: FluentIcon;
|
|
export declare const BranchForkHint20Regular: FluentIcon;
|
|
export declare const BranchForkHint20Filled: FluentIcon;
|
|
export declare const BranchForkHint24Regular: FluentIcon;
|
|
export declare const BranchForkHint24Filled: FluentIcon;
|