/// import { BaseIconProps } from '../../types'; declare function SvgCalculator({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgCalculator;