import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackPlayButton = withIcon(function IconPlaybackPlayButton(props) {
    return (<svg data-tag="IconPlaybackPlayButton" 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.912 11.718c-2.142 1.098-3.214 1.647-3.75 1.307-.536-.34-.537-1.569-.537-4.025 0-2.456 0-3.685.537-4.025.536-.34 1.608.209 3.75 1.307 2.642 1.355 3.963 2.037 3.963 2.718s-1.32 1.363-3.963 2.718"/>
    </svg>);
});
//# sourceMappingURL=PlaybackPlayButton.jsx.map