# FeatureIcon

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/_shared/feature-icon.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/_shared/feature-icon.tsx#L17)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `icon` | `LucideIcon` | ✓ | - |
| `size` | `number` | - | 24 |
| `className` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_FeatureIcon_500ff6b3["FeatureIcon"]
    class component_FeatureIcon_500ff6b3 rootComponent
```

## Relationships

- RENDERS → `Icon`
