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

function Signal(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 25.714v3.429c0 .321-.25.571-.571.571H.571A.564.564 0 010 29.143v-3.429c0-.321.25-.571.571-.571H4c.321 0 .571.25.571.571zm6.858-2.285v5.714c0 .321-.25.571-.571.571H7.429a.564.564 0 01-.571-.571v-5.714c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571zm6.857-4.572v10.286c0 .321-.25.571-.571.571h-3.429a.564.564 0 01-.571-.571V18.857c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571zM25.143 12v17.143c0 .321-.25.571-.571.571h-3.429a.564.564 0 01-.571-.571V12c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571zM32 2.857v26.286c0 .321-.25.571-.571.571H28a.564.564 0 01-.571-.571V2.857c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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