# Log Timeline Icons

These icons are used by the reusable logs timeline renderer to display an icon per entry based on `logs.category`.

## Naming
Icons are looked up by a normalized filename derived from the `category` value:
- lowercased
- spaces → `-`
- parentheses removed
- non-alphanumeric characters removed (except `-`)

Examples:
- `Payment Manual` → `payment-manual.svg`
- `Stripe (Intent)` → `stripe-intent.svg`

## Fallback
If no category-specific icon exists, the renderer falls back to:
- `fallback.svg`

## Format
Prefer SVG icons sized for ~20×20px display.

