diff --git a/packages/react-core/src/components/EmptyState/__tests__/Generated/EmptyStateIcon.test.tsx b/packages/react-core/src/components/EmptyState/__tests__/Generated/EmptyStateIcon.test.tsx
index ff74157220e..54b22ee96cb 100644
--- a/packages/react-core/src/components/EmptyState/__tests__/Generated/EmptyStateIcon.test.tsx
+++ b/packages/react-core/src/components/EmptyState/__tests__/Generated/EmptyStateIcon.test.tsx
@@ -2,13 +2,13 @@
* This test was generated
*/
import { render } from '@testing-library/react';
-import UserIcon from '@patternfly/react-icons/dist/esm/icons/user-icon';
+import RhUiProfileFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-profile-fill-icon';
import { EmptyStateIcon } from '../../EmptyStateIcon';
// any missing imports can usually be resolved by adding them here
import { Spinner } from '../../../Spinner/Spinner';
it('EmptyStateIcon should match snapshot (auto-generated)', () => {
- const { asFragment } = render();
+ const { asFragment } = render();
expect(asFragment()).toMatchSnapshot();
});
diff --git a/packages/react-core/src/components/EmptyState/__tests__/Generated/__snapshots__/EmptyStateIcon.test.tsx.snap b/packages/react-core/src/components/EmptyState/__tests__/Generated/__snapshots__/EmptyStateIcon.test.tsx.snap
index 93ced2acd39..5f461eabad3 100644
--- a/packages/react-core/src/components/EmptyState/__tests__/Generated/__snapshots__/EmptyStateIcon.test.tsx.snap
+++ b/packages/react-core/src/components/EmptyState/__tests__/Generated/__snapshots__/EmptyStateIcon.test.tsx.snap
@@ -11,24 +11,12 @@ exports[`EmptyStateIcon should match snapshot (auto-generated) 1`] = `
fill="currentColor"
height="1em"
role="img"
+ viewBox="0 0 32 32"
width="1em"
>
-
-
+
diff --git a/packages/react-core/src/components/Nav/examples/Nav.md b/packages/react-core/src/components/Nav/examples/Nav.md
index 05d3ceb77d4..d3847cc93b5 100644
--- a/packages/react-core/src/components/Nav/examples/Nav.md
+++ b/packages/react-core/src/components/Nav/examples/Nav.md
@@ -9,7 +9,7 @@ ouia: true
import { useState } from 'react';
import './nav.css';
import RhMicronsCaretRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-right-icon';
-import UserIcon from '@patternfly/react-icons/dist/esm/icons/user-icon';
+import RhUiProfileFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-profile-fill-icon';
import CubeIcon from '@patternfly/react-icons/dist/esm/icons/cube-icon';
import FolderIcon from '@patternfly/react-icons/dist/esm/icons/folder-icon';
import CloudIcon from '@patternfly/react-icons/dist/esm/icons/cloud-icon';
diff --git a/packages/react-integration/demo-app-ts/src/components/demos/AlertDemo/AlertDemo.tsx b/packages/react-integration/demo-app-ts/src/components/demos/AlertDemo/AlertDemo.tsx
index 1067818727f..2350cecb8b3 100644
--- a/packages/react-integration/demo-app-ts/src/components/demos/AlertDemo/AlertDemo.tsx
+++ b/packages/react-integration/demo-app-ts/src/components/demos/AlertDemo/AlertDemo.tsx
@@ -1,6 +1,6 @@
import { Component } from 'react';
import { Alert, AlertActionCloseButton } from '@patternfly/react-core';
-import UserIcon from '@patternfly/react-icons/dist/esm/icons/user-icon';
+import RhUiProfileFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-profile-fill-icon';
interface AlertDemoState {
alertOneVisible: boolean;
@@ -59,7 +59,7 @@ export class AlertDemo extends Component<{}, AlertDemoState> {
truncateTitle={3}
tooltipPosition="bottom"
/>
- }>
+ }>
Custom icon alert description