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

function Share(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10 4a1 1 0 100-2 1 1 0 000 2zm0 1a2 2 0 11-.001-3.999A2 2 0 0110 5zM4 8a1 1 0 100-2 1 1 0 000 2zm0 1a2 2 0 11-.001-3.999A2 2 0 014 9zM10 12a1 1 0 100-2 1 1 0 000 2zm0 1a2 2 0 11-.001-3.999A2 2 0 0110 13z" />
      <path d="M8.209 3.093l.581.814-3.5 2.5-.581-.814zM8.791 10.093l-.581.814-3.5-2.5.581-.814z" />
    </svg>
  );
}

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