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

function EditRound(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 0zm3.5 12h-7a.5.5 0 00-.09.992L4.5 13h7a.5.5 0 00.09-.992L11.5 12zM7.725 3.15a.5.5 0 00-.631.109l-.052.074-3.056 5.292c-.197 1.341-.151 2.094.138 2.261.272.157.886-.132 1.843-.868l.184-.143 3.056-5.292a.5.5 0 00-.109-.631L9.024 3.9l-1.299-.75zM11.5 9h-2a.5.5 0 00-.09.992L9.5 10h2a.5.5 0 00.09-.992L11.5 9zm0-2h-1a.5.5 0 00-.09.992L10.5 8h1a.5.5 0 00.09-.992L11.5 7z" />
    </svg>
  );
}

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