Icon List

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.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestringoptional
accentstring (optional, default hex for all items)optional
sizestring (optional, "sm"|"md"|"lg", default "md")optional
itemsarray (required). Array of {icon (emoji), label, text, color (optional hex)}optional
Example payload
{
  "type": "icon_list"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →