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="M6 3v11c0 1.886 0 2.828.586 3.414C7.172 18 8.114 18 10 18h11" /><path d="M18 21V10c0-1.886 0-2.828-.586-3.414C16.828 6 15.886 6 14 6H3" /></svg>;
export default SvgComponent;