# XerticaXLogo

A compact, square variant of the Xertica logo featuring the stylized "X" mark. Ideal for favicons, collapsed sidebars, and small profile badges.

---

## Import

```tsx
import { XerticaXLogo } from 'xertica-ui/brand';
```

---

## Usage

```tsx
<XerticaXLogo className="size-10" />
```

---

## Props

| Prop        | Type     | Default | Description                                   |
| ----------- | -------- | ------- | --------------------------------------------- |
| `className` | `string` | —       | Standard CSS classes for sizing and coloring. |

---

## AI Rules

> [!IMPORTANT]
>
> - **Collapsed Sidebar**: This is the mandatory logo component to use when the `Sidebar` is in its collapsed state (`80px` width).
