UIIcon
Preview
Section titled “Preview”Available Icons
Section titled “Available Icons”| Name | Constant |
|---|---|
branch | Icon.Branch |
play | Icon.Play |
post | Icon.Post |
ai | Icon.AI |
check | Icon.Check |
pause | Icon.Pause |
external-link | Icon.ExternalLink |
send | Icon.Send |
pencil | Icon.Pencil |
| Prop | Type | Default | Description |
|---|---|---|---|
name | UIIconName | required | Icon identifier |
className | string | — | Additional CSS class |
size | number | 16 | Icon size in pixels |
title | string | — | Accessible title (makes icon non-decorative) |
import { UIIcon, Icon } from "tango-api";
<UIIcon name={Icon.Check} size={20} title="Complete" />