Simple logo with default size.
```js
<Logo />
```
Change size with the `height` prop.
```js
<Logo height={14} />
```
Set `onlyIcon` prop to only show the icon.
```js
<Logo onlyIcon />
```
