List of items each with a colored icon circle, label, and text. More visual than bullet_list. Use for feature lists, how-it-works, benefits.
| Field | Type | |
|---|---|---|
| title | string | optional |
| accent | string (optional, default hex for all items) | optional |
| size | string (optional, "sm"|"md"|"lg", default "md") | optional |
| items | array (required). Array of {icon (emoji), label, text, color (optional hex)} | optional |
{
"type": "icon_list"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:icon_list",
"displayName": "Icon List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/icon_list",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "List of items each with a colored icon circle, label, and text. More visual than bullet_list. Use for feature lists, how-it-works, benefits.",
"representativeQueries": [
"show a icon-circle list \u2014 emoji/icon per item, label + text, color per item",
"list of items each with a colored icon circle, label, and text. more visual than bullet_list. use fo",
"render a icon list"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →