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

function DraftRound(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 16A8 8 0 118 0a8 8 0 010 16zM6 5a1 1 0 000 2h2a1 1 0 000-2H6zm5 0a1 1 0 100 2 1 1 0 000-2zM5 9a1 1 0 100 2 1 1 0 000-2zm3 0a1 1 0 000 2h3a1 1 0 000-2H8z" />
    </svg>
  );
}

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