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="M7 8.5h2.5c1.886 0 2.828 0 3.414.586.586.586.586 1.528.586 3.414V16" /><path d="m17 13.5-3 3a.707.707 0 0 1-1 0l-3-3" /></svg>;
export default SvgComponent;