# Icon Object div strong 🔨 In Development — This section is still being developed and may change. Represents a predefined UI icon that can be referenced by `iconId` or embedded as a full object. ## Properties **`id`** string Stable identifier for the icon (e.g., `icon_welcome`). **`name`** string Human-readable icon name for display in selection UIs. **`url`** string Absolute URL of the icon asset (SVG/PNG), suitable for direct rendering in the UI. **`alt`** string Accessible description of the icon. **`category`** string Category tag for grouping in pickers (e.g., `general`, `support`). ## Example ```json { "id": "icon_support", "name": "Support", "url": "https://cdn.aitronos.com/icons/icon-support.svg", "alt": "Lifebuoy icon", "category": "support" } ```