# Usage

`<ProductIcon />` renders an icon for a given product

`import { ProductIcon } from "aptible-design-kit"`

```jsx
<ProductIcon productId="comply" />
```

## Props

| Prop | Type | Required | Default Value | Description |
|:--- |:--- |:--- |:--- |:--- |
| product | `Product` | Yes | null | Name of product
| className | `ClassName` | No | null | Optional CSS class name(s) applied to containing Box

| Product |
|:--- |
| comply |
| deploy |
| trustCenter |
