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

function Pause(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 3.429v25.143c0 .625-.518 1.143-1.143 1.143h-9.143A1.151 1.151 0 0116 28.572V3.429c0-.625.518-1.143 1.143-1.143h9.143c.625 0 1.143.518 1.143 1.143zm-16 0v25.143c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 28.572V3.429c0-.625.518-1.143 1.143-1.143h9.143c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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