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

function WavePoint(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="M3.643 11.005a284.93 284.93 0 00-.186-.863C2.974 7.944 2.552 6.999 1.5 6.999H0v1h1.5c.292 0 .628.751.98 2.357.036.164.16.746.186.861.376 1.722.595 2.281 1.334 2.281.639 0 .866-.616 1.246-2.346a58.4 58.4 0 00.397-2.02c.086-.469.385-2.151.411-2.296C6.71 3.19 7.31.997 7.499.997c.365 0 .858 2.218 1.504 7.066.854 6.402 1.194 7.934 2.496 7.934 1.047 0 1.324-.888 1.959-4.324l.016-.085c.457-2.475.809-3.591 1.025-3.591h1.5v-1h-1.5c-1.073 0-1.365.927-2.008 4.409l-.016.085c-.445 2.41-.788 3.505-.976 3.505-.365 0-.858-2.218-1.504-7.066C9.141 1.528 8.801-.004 7.499-.004c-1.081 0-1.519 1.602-2.43 6.661-.027.147-.326 1.827-.411 2.294a56.765 56.765 0 01-.39 1.984c-.118.537-.227.953-.327 1.248-.069-.251-.183-.649-.3-1.182z" />
      <path d="M7 5a1 1 0 11-2 0 1 1 0 012 0zM11 12a1 1 0 11-2 0 1 1 0 012 0zM4 10a1 1 0 11-2 0 1 1 0 012 0zM14 11a1 1 0 11-2 0 1 1 0 012 0z" />
    </svg>
  );
}

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