// Generated by script, don't edit it please.
import * as React from 'react';

function InternetExplorer(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 16.732c0 .625-.036 1.25-.125 1.857H11.321c0 3.554 3.125 6.125 6.554 6.125 2.321 0 4.554-1.143 5.75-3.161h7.554a14.405 14.405 0 01-13.554 9.571 14.51 14.51 0 01-6.357-1.482c-2 1.018-4.804 2.071-7.036 2.071-3 0-4.232-1.839-4.232-4.696 0-1.661.357-3.321.804-4.911.286-1.036 1.429-3.143 1.946-4.089 2.196-3.982 5.089-7.804 8.482-10.821-2.732 1.179-5.696 4.143-7.625 6.321A14.382 14.382 0 0117.625 2.356c.268 0 .536 0 .804.018C20.643 1.356 23.733.285 26.161.285c2.893 0 5.375 1.107 5.375 4.375 0 1.714-.661 3.571-1.339 5.107a14.4 14.4 0 011.804 6.964zM30.75 5.304c0-2-1.429-3.232-3.393-3.232-1.5 0-3.196.607-4.536 1.25a14.497 14.497 0 017.018 5.839c.446-1.179.911-2.607.911-3.857zM2.286 27.393c0 2.071 1.232 3.196 3.268 3.196 1.589 0 3.357-.714 4.75-1.482a14.384 14.384 0 01-6.268-7.643c-.821 1.714-1.75 4-1.75 5.929zm9-12.732h13c-.125-3.446-3.161-5.929-6.5-5.929-3.357 0-6.375 2.482-6.5 5.929z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(InternetExplorer);
export default ForwardRef;
