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

function Twitch(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="M16 7.75v7.75h-2.589V7.75H16zm7.107 0v7.75h-2.589V7.75h2.589zm0 13.571l4.518-4.536V2.589H6.304v18.732h5.821v3.875L16 21.321h7.107zM30.214 0v18.089l-7.75 7.75h-5.821l-3.875 3.875H8.893v-3.875H1.786V5.16L3.732-.001h26.482z" />
    </svg>
  );
}

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