diff --git a/packages/react-core/src/demos/DataListDemo.md b/packages/react-core/src/demos/DataListDemo.md
index 1ea2844f6c8..09e68551ff5 100644
--- a/packages/react-core/src/demos/DataListDemo.md
+++ b/packages/react-core/src/demos/DataListDemo.md
@@ -35,7 +35,8 @@ import {
ToolbarExpandIconWrapper,
ToolbarContent,
SearchInput,
- Tooltip
+ Tooltip,
+ Icon
} from '@patternfly/react-core';
import CodeBranchIcon from '@patternfly/react-icons/dist/esm/icons/code-branch-icon';
import AngleRightIcon from '@patternfly/react-icons/dist/esm/icons/angle-right-icon';
@@ -123,9 +124,11 @@ class ExpandableDataList extends React.Component {
variant="plain"
aria-label={this.state.allExpanded ? 'Collapse all rows' : 'Expand all rows'}
>
-
-
-
+
+
+
+
+