# XWUIIconStatRow

Compact inline row of icon + value stat pairs, separated by a middot, a thin
rule, or nothing. Wraps on narrow containers.

## When to use it

The metadata strip under a card title or a listing photo: `3 beds · 2 baths ·
1,200 sqft`, `12 min · 4 chapters`, `4.8 · 320 reviews`. It is the inline
counterpart to `XWUIDashboard`'s KPI tiles - same information, a tenth of the
vertical space.

## Basic Usage

```html
<xwui-icon-stat-row separator="dot" size="sm"></xwui-icon-stat-row>
```

## Values are painted exactly as supplied

There is no number formatting, no locale handling and no unit logic here on
purpose: the row sits inside cards whose surrounding copy is already formatted
by the host, and a second formatter is how `1,200` and `1.200` end up on the
same line. Format before you pass the values in.

Icons are master icon names from `styles/theme/icons/icons.csv`. An unknown name
renders nothing rather than raw text - see the icon vocabulary gate.

## API

```api
```
