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="M15.5 17v-2.5c0-1.886 0-2.828-.586-3.414-.586-.586-1.528-.586-3.414-.586H8" /><path d="m10.5 7-3 3a.707.707 0 0 0 0 1l3 3" /></svg>;
export default SvgComponent;