# certara-icon

<!-- Auto Generated Below -->


## Properties

| Property  | Attribute | Description                                                                                                                                                  | Type                                               | Default     |
| --------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------- |
| `name`    | `name`    | Name of icon as defined by Font Awesome at https://fontawesome.com/search                                                                                    | `string`                                           | `undefined` |
| `size`    | `size`    | Set of predefined sizing options. can accept any valid CSS value. if no value is provided, the icon will be sized to 1em/container font size                 | `11 \| 12 \| 14 \| 16 \| 18 \| 20 \| 24 \| string` | `''`        |
| `sprite`  | `sprite`  | When true, uses the SVG sprite sheet instead of fetching individual SVGs. This is more performant when using many icons as it avoids multiple HTTP requests. | `boolean`                                          | `false`     |
| `src`     | `src`     | Set a custom path to an svg instad of using `name`                                                                                                           | `string`                                           | `undefined` |
| `variant` | `variant` | Weight of icon style                                                                                                                                         | `"light" \| "regular" \| "solid"`                  | `'regular'` |


----------------------------------------------


