import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackPauseButton = withIcon(function IconPlaybackPauseButton(props) {
    return (<svg data-tag="IconPlaybackPauseButton" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m-1.125 11.625c0 .6-.075.975-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.225-.3-.6-.3-1.2v-5.25c0-.6.075-.975.3-1.2.225-.225.6-.3 1.2-.3s.975.075 1.2.3c.225.225.3.6.3 1.2zm5.25 0c0 .6-.075.975-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.225-.3-.6-.3-1.2v-5.25c0-.6.075-.975.3-1.2.225-.225.6-.3 1.2-.3s.975.075 1.2.3c.225.225.3.6.3 1.2z"/>
    </svg>);
});
//# sourceMappingURL=PlaybackPauseButton.jsx.map