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

function More(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="M3.5 7a.875.875 0 11-1.75 0A.875.875 0 013.5 7zM12.25 7a.875.875 0 11-1.75 0 .875.875 0 011.75 0zM7.875 7a.875.875 0 11-1.75 0 .875.875 0 011.75 0z" />
    </svg>
  );
}

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