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

function Block(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="M8 0a8 8 0 110 16A8 8 0 018 0zm5.291 3.416L3.417 13.29a7 7 0 009.875-9.875zM8 1a7 7 0 00-5.291 11.584l9.874-9.874a6.973 6.973 0 00-4.584-1.709z" />
    </svg>
  );
}

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