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

function BlockRound(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="M6.707 10.707l4-4a3 3 0 01-4 4.001l.001-.001zM5.292 9.293a3 3 0 014.001-4.001L5.292 9.293zM8 16A8 8 0 118 0a8 8 0 010 16zm0-3a5 5 0 10-.001-10.001A5 5 0 008 13z" />
    </svg>
  );
}

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