{
  "name": "row-icon-label",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/row/row.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "icon + label inline"
  },
  "html": "<row-ui gap=\"2\" align=\"center\">\n        <icon-ui name=\"check-circle\" style=\"color:var(--a-success)\"></icon-ui>\n        <text-ui>Payment confirmed</text-ui>\n      </row-ui>",
  "source": "packages/web-components/components/row/row.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "Icon beside text label — status indicator row with leading icon and text.",
    "keywords": [
      "row",
      "icon",
      "label",
      "status",
      "indicator",
      "inline",
      "leading",
      "icon-text",
      "horizontal"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text",
      "component": "Text",
      "textContent": "Payment confirmed"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "check-circle",
        "text"
      ]
    }
  ]
}
