// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import React from 'react'; type Props = { width?: number; height?: number; } export default ({ width = 170, height = 28, }: Props) => ( );