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="M17 8.5h-2.5c-1.886 0-2.828 0-3.414.586-.586.586-.586 1.528-.586 3.414V16" /><path d="m7 13.5 3 3a.707.707 0 0 0 1 0l3-3" /></svg>;
export default SvgComponent;