## Avatar Component
A reusable avatar component with some styling.

### Example

```js
<Avatar src={person.url} />
```

### Props

| Prop          | Type     | Default     | Possible Values
| ------------- | -------- | ----------- | ---------------------------------------------
| **src**    | String   |             | Any string value
