import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m6.488 17.488 11.5-11.5M5.988 8.988v8.657c0 .203.164.367.367.367h8.633" /></svg>;
export default SvgComponent;