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="M16.707 7.293a1 1 0 0 1 0 1.414l-13 13a1 1 0 0 1-1.414-1.414l13-13a1 1 0 0 1 1.414 0Z" clipRule="evenodd" /><path d="m11.797 18.287 8.668-8.736c2.023-2.032 1.914-4.654.443-6.244A4.072 4.072 0 0 0 17.996 2c-1.169-.027-2.4.419-3.555 1.385a.982.982 0 0 0-.068.063l-8.676 8.743a3 3 0 0 0-.87 2.113v2.04l9.759-9.76a2 2 0 1 1 2.828 2.83l-9.76 9.759h2.013a3 3 0 0 0 2.13-.887Z" /></svg>;
export default SvgComponent;