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

function ShareOutline(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="M11 2a2 2 0 11-1.607 3.191L6.768 7.065C6.916 7.344 7 7.662 7 8s-.084.656-.232.935l2.625 1.874a2 2 0 11-.38.958L6.089 9.678a2 2 0 110-3.356l2.924-2.089A2 2 0 0111 2zm0 9a1 1 0 100 2 1 1 0 000-2zM5 7a1 1 0 100 2 1 1 0 000-2zm6-4a1 1 0 100 2 1 1 0 000-2z" />
    </svg>
  );
}

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