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

function Stop2(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="M3.394 0h9.63v32h-9.63V0zM18.976 0h9.63v32h-9.63V0z" />
    </svg>
  );
}

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