import React from 'react';
import withIcon from '../lib/withIcon';
export const IconReplay = withIcon(function IconReplay(props) {
    return (<svg data-tag="IconReplay" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.068 1.858C8.356 2.988 7.5 3.557 7.5 4.125c0 .568.856 1.136 2.568 2.267 1.354.894 2.174 1.434 2.67 1.479.497.045.67-.404.73-1.486.017-.315.125-.537.301-.652.176-.115.422-.121.715-.005a6.775 6.775 0 0 1 3.07 2.438A6.707 6.707 0 0 1 18.75 12a6.729 6.729 0 0 1-1.977 4.773A6.729 6.729 0 0 1 12 18.75a6.729 6.729 0 0 1-4.773-1.977A6.729 6.729 0 0 1 5.25 12a6.74 6.74 0 0 1 1.339-4.035c.244-.327.363-.552.35-.767-.014-.215-.161-.42-.45-.708-.345-.346-.619-.517-.88-.503-.26.014-.507.212-.802.603A8.977 8.977 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 12c0-2.08-.706-3.996-1.892-5.52a9.01 9.01 0 0 0-4.77-3.17c-.304-.082-.513-.19-.648-.356-.135-.166-.196-.39-.206-.705-.04-1.292-.18-1.862-.666-1.872-.487-.011-1.32.537-2.75 1.481"/>
    </svg>);
});
//# sourceMappingURL=Replay.jsx.map