import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackRewind = withIcon(function IconPlaybackRewind(props) {
    return (<svg data-tag="IconPlaybackRewind" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.744 8.373c2.995-1.809 4.497-2.711 5.25-2.257.752.455.756 2.266.756 5.884 0 3.618-.004 5.429-.756 5.884-.753.454-2.255-.448-5.25-2.257-.525-.317-1.003-.606-1.436-.872-.432-.267-.818-.51-1.158-.736-.331-.219-.619-.266-.825-.16-.207.107-.333.368-.342.765-.053 2.27-.262 3.299-1.102 3.37-.84.073-2.312-.811-4.887-2.367C2.998 13.818 1.5 12.91 1.5 12c0-.909 1.498-1.818 4.494-3.627 2.575-1.555 4.046-2.44 4.887-2.367.84.072 1.05 1.1 1.102 3.37.009.397.135.658.342.765.206.107.494.06.825-.16.34-.226.726-.469 1.158-.735.432-.267.91-.556 1.435-.873"/>
    </svg>);
});
//# sourceMappingURL=PlaybackRewind.jsx.map