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

function PauseCircleO(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="M13.714 2.286c7.571 0 13.714 6.143 13.714 13.714s-6.143 13.714-13.714 13.714S0 23.571 0 16 6.143 2.286 13.714 2.286zm0 23.428c5.357 0 9.714-4.357 9.714-9.714s-4.357-9.714-9.714-9.714S4 10.643 4 16s4.357 9.714 9.714 9.714zm1.715-4a.564.564 0 01-.571-.571V10.857c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v10.286c0 .321-.25.571-.571.571h-3.429zm-6.858 0A.564.564 0 018 21.143V10.857c0-.321.25-.571.571-.571H12c.321 0 .571.25.571.571v10.286c0 .321-.25.571-.571.571H8.571z" />
    </svg>
  );
}

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