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="M9 8H7c-1.886 0-2.828 0-3.414.586C3 9.172 3 10.114 3 12c0 1.886 0 2.828.586 3.414C4.172 16 5.114 16 7 16h2M15 16h2c1.886 0 2.828 0 3.414-.586C21 14.828 21 13.886 21 12c0-1.886 0-2.828-.586-3.414C19.828 8 18.886 8 17 8h-2M8 12h8" /></svg>;
export default SvgComponent;