# Logo

The Logo Component

## Usage

```jsx
import { Logo } from '@codeparticle/whitelabelwallet.styleguide';

<Logo />
```

## Props

| name | type | default | description |
| ---- | ---- | ------- | ----------- |
| hideText | bool | false | When true, hides the logo text |
| markSize | string | '160px' | Sets height and width of logo mark |
| spacing | string | '12px' | Sets distance between logo mark and type |
| typeHeight | string | '48px' | Sets height of logo type |
| typeWidth | string | '202px' | Sets width of logo type |
