# FeatureIcon

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/shared/feature-icon.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/shared/feature-icon.tsx#L17)

## Props

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

## Diagram

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

## Relationships

- RENDERS → `Icon`
