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

function Direct(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="M2.5 7h11a.5.5 0 010 1h-11a.5.5 0 010-1z" />
      <path d="M14.5 6a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0114.5 6zm0 1a.5.5 0 100 1 .5.5 0 000-1zm-13-1a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 011.5 6zm0 1a.5.5 0 100 1 .5.5 0 000-1z" />
    </svg>
  );
}

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