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

function Bytedance(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.209 1L16 1.747v12.6L13.209 15V1zM4.372 7.253L7.163 8v5.973l-2.791.653V7.253zM0 1.747l2.791.747v11.107L0 14.254V1.747zM11.721 5.48v7.373L8.93 12.2V6.227l2.791-.747z" />
    </svg>
  );
}

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