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="M8 7v2.5c0 1.886 0 2.828.586 3.414.586.586 1.528.586 3.414.586h3.5" /><path d="m13 17 3-3a.707.707 0 0 0 0-1l-3-3" /></svg>;
export default SvgComponent;