```js
<NavyHamburger />
```

## Hamburger Toggled Example:
```js
<NavyHamburger open />
```


## Animated Example:
_Note: This is just to show the animation, the component should also animate
when the open prop is changed, if it is not set, the default state is closed._
```js
<NavyHamburger animated />
```
