import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgScheduleSend: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgScheduleSend; //# sourceMappingURL=ScheduleSend.d.ts.map