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

function MinusRound(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="M2.343 13.657A8 8 0 1113.658 2.343 8 8 0 012.343 13.657zM4 7a1 1 0 000 2h8a1 1 0 000-2H4z" />
    </svg>
  );
}

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