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

function Weapp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg viewBox="0 0 14 14" width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7 0C3.1 0 0 3.1 0 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm4.1 6.4c-.3.5-.8.9-1.4 1.1h-.3c-.4 0-.7-.3-.5-.6.1-.3.3-.5.6-.6.5-.2.8-.6.8-1 0-.6-.6-1.1-1.3-1.1-.7 0-1.3.5-1.3 1.1v3.4c0 .8-.5 1.5-1.2 1.9-.5.3-.9.4-1.4.4-1.4 0-2.5-1-2.5-2.3 0-.4.1-.8.3-1.1.3-.5.8-.9 1.4-1.1.1 0 .2-.1.3-.1.4 0 .7.3.5.6 0 .4-.2.6-.5.7h-.1c-.5.2-.8.6-.8 1 0 .6.6 1.1 1.3 1.1.7 0 1.3-.5 1.3-1.1V5.3c0-.8.5-1.5 1.2-1.9.5-.3.9-.4 1.4-.4 1.4 0 2.5 1 2.5 2.3 0 .4-.1.8-.3 1.1z" />
    </svg>
  );
}

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