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