import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrowserRefresh = withIcon(function IconBrowserRefresh(props) {
    return (<svg data-tag="IconBrowserRefresh" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.932 1.858c1.712 1.13 2.568 1.699 2.568 2.267 0 .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 0-3.07 2.438A6.707 6.707 0 0 0 5.25 12c0 1.864.755 3.552 1.977 4.773A6.729 6.729 0 0 0 12 18.75a6.729 6.729 0 0 0 4.773-1.977A6.729 6.729 0 0 0 18.75 12a6.74 6.74 0 0 0-1.338-4.035c-.244-.327-.364-.552-.35-.767.013-.215.16-.42.448-.708.346-.346.62-.517.88-.503.26.014.508.212.803.603A8.977 8.977 0 0 1 21 12a8.972 8.972 0 0 1-2.636 6.364A8.972 8.972 0 0 1 12 21a8.972 8.972 0 0 1-6.364-2.636A8.972 8.972 0 0 1 3 12c0-2.08.706-3.996 1.892-5.52a9.01 9.01 0 0 1 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=BrowserRefresh.jsx.map