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

function ShareRound(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 0zm2 2a2 2 0 00-1.996 2.128L4.887 6.207a2 2 0 100 3.586l3.117 2.078L8 12a2 2 0 101.113-1.793L5.995 8.129 6 8c0-.043-.001-.086-.004-.129l3.117-2.078A2 2 0 1010 2z" />
    </svg>
  );
}

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