### toolbarGroup-updated-variant [(#10674)](https://github.com/patternfly/patternfly-react/pull/10674)

The `variant` prop of ToolbarGroup and ToolbarToggleGroup had these options renamed:

| Old variant option  | New variant option   |
| ------------------- | -------------------- |
| `button-group`      | `action-group`       |
| `icon-button-group` | `action-group-plain` |

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
