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

function List(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="M5.5 1h10a.5.5 0 010 1h-10a.5.5 0 010-1zM5.5 7h10a.5.5 0 010 1h-10a.5.5 0 010-1zM5.5 13h10a.5.5 0 010 1h-10a.5.5 0 010-1zM1.5 0a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 011.5 0zm0 1a.5.5 0 100 1 .5.5 0 000-1zm0 5a1.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-1zm0 5a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 011.5 12zm0 1a.5.5 0 100 1 .5.5 0 000-1z" />
    </svg>
  );
}

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