
---
menu: Atoms
name: Logo
route: /logo
---

import { Playground, PropsTable } from 'docz';
import Logo from '.';

# Logo

## Use cases

<div>
  <Logo />
</div>

## PropsTable

<PropsTable of={Logo} />

## Playground

<Playground>
  <Logo />
</Playground>