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="M19.688 5.698c.646.587.97.88 1.14 1.267.172.387.172.823.172 1.696V13c0 1.886 0 2.828-.586 3.414C19.828 17 18.886 17 17 17h-4c-1.886 0-2.828 0-3.414-.586C9 15.828 9 14.886 9 13V7c0-1.886 0-2.828.586-3.414C10.172 3 11.114 3 13 3h2.17c.763 0 1.145 0 1.493.134.347.134.63.39 1.195.904l1.83 1.66Z" /><path d="M9 7H7c-1.886 0-2.828 0-3.414.586C3 8.172 3 9.114 3 11v6c0 1.886 0 2.828.586 3.414C4.172 21 5.114 21 7 21h4c1.886 0 2.828 0 3.414-.586C15 19.828 15 18.886 15 17" /></svg>;
export default SvgComponent;