# CategoryIcon

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Categories/CategoryIcon.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Categories/CategoryIcon.tsx#L9)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `icon` | `string | null | undefined` | ✓ | - |
| `fallback` | `unknown` | - | - |
| `className` | `string` | - | "w-4 h-4" |
| `emojiClassName` | `string` | - | "text-base" |

## Diagram

```mermaid
graph TD
    component_CategoryIcon_37f8cc2b["CategoryIcon"]
    class component_CategoryIcon_37f8cc2b rootComponent
```

## Relationships

- RENDERS → `LucideComponent`
