10 lines
488 B
TypeScript
10 lines
488 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const GanttChartFilled: FluentIcon;
|
|
export declare const GanttChartRegular: FluentIcon;
|
|
export declare const GanttChart16Regular: FluentIcon;
|
|
export declare const GanttChart16Filled: FluentIcon;
|
|
export declare const GanttChart20Regular: FluentIcon;
|
|
export declare const GanttChart20Filled: FluentIcon;
|
|
export declare const GanttChart24Regular: FluentIcon;
|
|
export declare const GanttChart24Filled: FluentIcon;
|