4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
|
import { IconDefinition } from '../types';
|
||
|
declare const ScheduleOutlined: IconDefinition;
|
||
|
export default ScheduleOutlined;
|