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

function Ban(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M23.429 15.946c0-1.946-.571-3.75-1.554-5.268L8.411 24.124a9.698 9.698 0 005.304 1.589c5.357 0 9.714-4.375 9.714-9.768zm-17.84 5.34L19.071 7.822a9.527 9.527 0 00-5.357-1.625C8.357 6.197 4 10.572 4 15.947c0 1.982.589 3.804 1.589 5.339zm21.84-5.34c0 7.607-6.143 13.768-13.714 13.768S.001 23.553.001 15.946c0-7.589 6.143-13.75 13.714-13.75s13.714 6.161 13.714 13.75z" />
    </svg>
  );
}

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