# XWUIInputIcon

Scrollable grid picker for XWUI master icons with search bar. Performance-tuned: never renders all 6,847 icons at once - caps initial render and exposes "Load more".

## Basic Usage

Default picker grouped by library.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default picker grouped by library.
```

## Preselected

Start with `home` already selected.

```example
file: examples/Preselected.ts
html: examples/Preselected.html
title: Preselected
description: Start with `home` already selected.
```

## Flat Grid

`groupByLibrary: false` flattens to one scrollable grid.

```example
file: examples/FlatGrid.ts
html: examples/FlatGrid.html
title: Flat Grid
description: `groupByLibrary: false` flattens to one scrollable grid.
```

```api
```
