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

function StackOverflow(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M23.018 29.143H3.054v-8.571H.197v11.429h25.679V20.572h-2.857v8.571zM6.196 19.786l.589-2.804 13.982 2.946-.589 2.786zm1.84-6.679L9.232 10.5l12.946 6.054-1.196 2.589zm3.589-6.357l1.821-2.196 10.964 9.161-1.821 2.196zM18.714 0l8.518 11.446-2.286 1.714-8.518-11.446zM5.893 26.268v-2.839h14.286v2.839H5.893z" />
    </svg>
  );
}

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