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

function BytedanceMicroapp(
  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="M9 12v4H7v-4h2zM9 0v7.419l6.496 3.713-.992 1.736L8 9.151l-6.504 3.717-.992-1.736L7 7.419V0h2zm5.504 3.132l.992 1.736-3.5 2-.992-1.736 3.5-2zm-13.008 0l3.5 2-.992 1.736-3.5-2 .992-1.736z" />
    </svg>
  );
}

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