import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackPlay = withIcon(function IconPlaybackPlay(props) {
    return (<svg data-tag="IconPlaybackPlay" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.075 17.435c-4.284 2.197-6.428 3.295-7.5 2.615C4.5 19.37 4.5 16.913 4.5 12s.002-7.37 1.074-8.05c1.073-.68 3.217.418 7.501 2.615C18.358 9.274 21 10.637 21 12c0 1.363-2.642 2.726-7.925 5.435"/>
    </svg>);
});
//# sourceMappingURL=PlaybackPlay.jsx.map