import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M8.586 4.716a8.003 8.003 0 0 1 8.97 1.627l3.002 3.002.09.09c.407.405.758.756.97 1.156a3 3 0 0 1 0 2.818c-.212.4-.563.75-.97 1.156l-.09.09-.052.052a1 1 0 0 1-1.414-1.414l.052-.052c.548-.549.657-.673.71-.771a1 1 0 0 0 0-.94c-.053-.098-.162-.223-.71-.77l-3.002-3.003a6.003 6.003 0 0 0-6.728-1.22 1 1 0 0 1-.828-1.82ZM2.382 4.516a1 1 0 0 1 1.403-.175l18 14a1 1 0 1 1-1.228 1.578l-2.96-2.303-.041.04a8 8 0 0 1-11.314 0L4.074 15.49c-.626-.627-1.167-1.167-1.54-1.658-.402-.525-.706-1.11-.706-1.831 0-.72.304-1.306.705-1.831.374-.491.915-1.031 1.541-1.658l.795-.794-2.312-1.798a1 1 0 0 1-.175-1.403Zm10.375 9.336 1.688 1.314a4 4 0 0 1-6.116-4.757l1.69 1.314a2 2 0 0 0 2.738 2.13Z" clipRule="evenodd" /></svg>;
export default SvgComponent;