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