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="m5.2 20.395-.235.868a1 1 0 0 1-1.93-.526l.24-.887c.619-2.3 1.158-4.306 2.183-5.994 1.202-1.98 3.022-3.473 6.157-4.78a1 1 0 0 1 .77 1.847c-2.865 1.194-4.295 2.45-5.218 3.971C6.3 16.323 5.84 18.03 5.2 20.395Z" clipRule="evenodd" /><path d="M19.788 2.64c-6.3-1.51-11.633-.473-14.798 2.393-3.053 2.764-3.852 7.008-1.831 11.593.381-1.17.83-2.278 1.444-3.289 1.342-2.21 3.357-3.82 6.628-5.183a2 2 0 0 1 1.538 3.692c-2.729 1.137-3.964 2.277-4.747 3.567-.58.955-.965 2.061-1.393 3.558 5.306-.198 9.06-1.394 11.543-3.678 2.573-2.366 3.596-5.727 3.792-9.75a2.843 2.843 0 0 0-2.176-2.903Z" /></svg>;
export default SvgComponent;