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="M16.5 7v2.5c0 1.886 0 2.828-.586 3.414-.586.586-1.528.586-3.414.586H9" /><path d="m11.5 17-3-3a.707.707 0 0 1 0-1l3-3" /></svg>;
export default SvgComponent;