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="M3.707 2.293a1 1 0 0 0-1.414 1.414L3.48 4.895a6.061 6.061 0 0 0-1.075 1.828A6.443 6.443 0 0 0 2 8.98c0 .772.137 1.539.406 2.256a6.043 6.043 0 0 0 1.17 1.936l6.198 6.858a3 3 0 0 0 4.452 0l2.083-2.306 1.984 1.984a1 1 0 0 0 1.414-1.414l-16-16Z" clipRule="evenodd" /><path d="M12.576 4.788C13.598 3.658 15.006 3 16.5 3c1.493 0 2.902.657 3.924 1.788C21.442 5.915 22 7.424 22 8.979c0 1.555-.558 3.064-1.576 4.192l-.904 1a1 1 0 0 1-1.484-1.341l.904-1c.669-.74 1.06-1.765 1.06-2.85 0-1.087-.391-2.11-1.06-2.851C18.274 5.392 17.393 5 16.5 5c-.894 0-1.774.392-2.44 1.129a2.776 2.776 0 0 1-4.12 0 3.5 3.5 0 0 0-1.135-.84 1 1 0 0 1 .834-1.82c.674.31 1.28.76 1.785 1.319a.777.777 0 0 0 1.152 0Z" /></svg>;
export default SvgComponent;