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 7c0-1.886 0-2.828.586-3.414C7.172 3 8.114 3 10 3h4c1.886 0 2.828 0 3.414.586C18 4.172 18 5.114 18 7v10c0 1.886 0 2.828-.586 3.414C16.828 21 15.886 21 14 21h-4c-1.886 0-2.828 0-3.414-.586C6 19.828 6 18.886 6 17V7ZM11.5 18h1" /></svg>;
export default SvgComponent;