import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorUndo = withIcon(function IconEditorUndo(props) {
    return (<svg data-tag="IconEditorUndo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.875 19.125h-3.75c-.45 0-.731-.056-.9-.225C9.056 18.73 9 18.45 9 18s.056-.73.225-.9c.169-.169.45-.225.9-.225h3.75c1.589 0 2.807-.424 3.629-1.246.822-.822 1.246-2.04 1.246-3.629s-.424-2.807-1.246-3.629c-.822-.822-2.04-1.246-3.629-1.246H9.734c-.27 0-.453.047-.57.161-.118.114-.171.296-.18.565-.038 1.306-.175 1.884-.66 1.898-.487.014-1.322-.535-2.756-1.482C3.856 7.137 3 6.568 3 6c0-.568.856-1.137 2.568-2.267 1.434-.948 2.27-1.497 2.755-1.483.486.014.623.592.662 1.899.008.269.06.45.179.564.117.115.3.162.57.162h4.141c2.322 0 4.103.62 5.304 1.821C20.379 7.897 21 9.678 21 12s-.62 4.103-1.821 5.304c-1.2 1.2-2.982 1.821-5.304 1.821"/>
    </svg>);
});
//# sourceMappingURL=EditorUndo.jsx.map