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

function PlusRound(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.657zM9 7V4a1 1 0 00-2 0v3H4a1 1 0 000 2h3v3a1 1 0 002 0V9h3a1 1 0 000-2H9z" />
    </svg>
  );
}

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