
---
menu: Atoms
name: Icon
route: /icon
---

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

# Icon

## Use cases

<div>
  <Icon />
</div>

## PropsTable

<PropsTable of={Icon} />

## Playground

<Playground>
  <Icon />
</Playground>