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

function EllipsisV(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 7 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.857 22.286v3.429c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 25.715v-3.429c0-.946.768-1.714 1.714-1.714h3.429c.946 0 1.714.768 1.714 1.714zm0-9.143v3.429c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 16.572v-3.429c0-.946.768-1.714 1.714-1.714h3.429c.946 0 1.714.768 1.714 1.714zm0-9.143v3.429c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 7.429V4c0-.946.768-1.714 1.714-1.714h3.429c.946 0 1.714.768 1.714 1.714z" />
    </svg>
  );
}

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