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

function Wpbeginner(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="M6.857 14.857h2.857v-4H6.857v4zm14.947 5.929v-1.643c-1.536.536-2.804.661-4.339.679-3.446.018-6.5-1.411-8.571-3.018l.018 1.714c1.946 1.768 4.929 3.161 8.643 3.143 1.554 0 3.018-.321 4.25-.875zm-10.375-5.929h11.429v-4H11.429v4zM32 14.286c0 2.268-.643 4.411-1.768 6.286 1 1.143 1.589 2.554 1.589 4.089 0 3.732-3.536 6.768-7.911 6.768-2.964 0-5.536-1.393-6.893-3.446-.339.018-.679.018-1.018.018s-.679 0-1.018-.018c-1.357 2.054-3.929 3.446-6.893 3.446-4.375 0-7.911-3.036-7.911-6.768 0-1.536.589-2.946 1.589-4.089-1.125-1.875-1.768-4.018-1.768-6.286 0-7.571 7.161-13.714 16-13.714s16 6.143 16 13.714z" />
    </svg>
  );
}

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