Feature grid using Material Symbol icons — better than emoji for Workspace UI contexts.
| Field | Type | |
|---|---|---|
| title | optional section heading | optional |
| cols | grid columns (default 3) | required |
| icon_size | icon size in px (default 28) | required |
| filled | filled icon variant (default false) | required |
| accent | default icon colour | required |
| style | outlined (default) or rounded | required |
| items | array of {icon (ligature name), title, text, color?} | required |
{
"type": "icon_feature_grid",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:icon_feature_grid",
"displayName": "Icon Feature Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/icon_feature_grid",
"capabilities": [
"web",
"google-meet-stage",
"google-apps-script-side-panel",
"google-apps-script-web",
"mcp-apps"
],
"description": "Feature grid using Material Symbol icons \u2014 better than emoji for Workspace UI contexts.",
"representativeQueries": [
"show a feature grid with Material icons",
"feature grid using material symbol icons \u2014 better than emoji for workspace ui contexts.",
"render a icon feature grid"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →