import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRepeat = withIcon(function IconRepeat(props) {
    return (<svg data-tag="IconRepeat" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M4.125 12.75c-.45 0-.73-.056-.9-.225-.169-.17-.225-.45-.225-.9V9.75c0-1.345.36-2.376 1.054-3.071.696-.695 1.727-1.054 3.071-1.054h5.641c.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.482 1.712 1.131 2.568 1.7 2.568 2.267 0 .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-.161H7.125c-.611 0-1.08.163-1.396.479-.316.316-.479.785-.479 1.396v1.875c0 .45-.056.73-.225.9-.169.168-.45.225-.9.225m6.36 6.351c.008-.269.06-.45.178-.565.118-.114.302-.16.57-.16h5.641c1.345 0 2.376-.36 3.072-1.055C20.64 16.625 21 15.594 21 14.25v-1.875c0-.45-.056-.731-.225-.9-.17-.169-.45-.225-.9-.225s-.731.056-.9.225c-.169.169-.225.45-.225.9v1.875c0 .61-.163 1.08-.48 1.396-.315.316-.784.479-1.395.479h-5.641c-.27 0-.453-.047-.57-.161-.119-.115-.171-.296-.18-.565-.038-1.307-.175-1.884-.661-1.898-.486-.015-1.32.535-2.755 1.482C5.356 16.113 4.5 16.682 4.5 17.25c0 .568.856 1.137 2.568 2.267 1.434.948 2.27 1.497 2.755 1.483.486-.015.623-.592.662-1.899"/>
    </svg>);
});
//# sourceMappingURL=Repeat.jsx.map