import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRedo = withIcon(function IconRedo(props) {
    return (<svg data-tag="IconRedo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3 12c0-2.322.62-4.103 1.821-5.304 1.2-1.2 2.982-1.821 5.304-1.821h4.141c.27 0 .453-.047.57-.162.118-.114.171-.296.18-.565.038-1.306.175-1.884.66-1.898.487-.014 1.322.535 2.756 1.482C20.144 4.863 21 5.432 21 6c0 .569-.856 1.137-2.568 2.267-1.434.948-2.27 1.497-2.755 1.483-.486-.014-.623-.592-.662-1.898-.008-.27-.06-.45-.179-.565-.117-.114-.3-.161-.57-.161h-4.141c-1.589 0-2.807.424-3.629 1.246C5.674 9.192 5.25 10.41 5.25 12c0 1.588.424 2.807 1.246 3.629.822.821 2.04 1.246 3.629 1.246h3.75c.45 0 .731.056.9.225.169.169.225.45.225.9s-.056.73-.225.9c-.169.168-.45.225-.9.225h-3.75c-2.322 0-4.103-.62-5.304-1.821C3.621 16.103 3 14.322 3 12"/>
    </svg>);
});
//# sourceMappingURL=Redo.jsx.map