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