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