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

function PauseRound(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="M8 0a8 8 0 110 16A8 8 0 018 0zM6 5a1 1 0 00-1 1v4a1 1 0 002 0V6a1 1 0 00-1-1zm4 0a1 1 0 00-1 1v4a1 1 0 002 0V6a1 1 0 00-1-1z" />
    </svg>
  );
}

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