File tree Expand file tree Collapse file tree
packages/react-core/src/demos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ section: components
44---
55
66import { Fragment, useState } from 'react';
7- import PauseIcon from '@patternfly/react-icons /dist/esm/icons/pause-icon';
7+ import RhUiPauseFillIcon from '@patternfly/react-icons /dist/esm/icons/rh-ui- pause-fill -icon';
88import PlayIcon from '@patternfly/react-icons /dist/esm/icons/play-icon';
99import ExpandIcon from '@patternfly/react-icons /dist/esm/icons/expand-icon';
1010import RhMicronsExternalLinkIcon from '@patternfly/react-icons /dist/esm/icons/rh-microns-external-link-icon';
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
2020 MenuFooter
2121} from '@patternfly/react-core' ;
2222import { DashboardWrapper } from '@patternfly/react-core/dist/js/demos/DashboardWrapper' ;
23- import PauseIcon from '@patternfly/react-icons/dist/esm/icons/pause-icon' ;
23+ import RhUiPauseFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui- pause-fill -icon' ;
2424import PlayIcon from '@patternfly/react-icons/dist/esm/icons/play-icon' ;
2525import ExpandIcon from '@patternfly/react-icons/dist/esm/icons/expand-icon' ;
2626import RhMicronsExternalLinkIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-external-link-icon' ;
@@ -313,7 +313,7 @@ export const ConsoleLogViewerToolbar: React.FC = () => {
313313 < Button
314314 variant = { isPaused ? 'plain' : 'link' }
315315 onClick = { pauseOrStart }
316- icon = { isPaused ? < PlayIcon /> : < PauseIcon /> }
316+ icon = { isPaused ? < PlayIcon /> : < RhUiPauseFillIcon /> }
317317 >
318318 { isPaused ? ` Resume Log` : ` Pause Log` }
319319 </ Button >
@@ -370,7 +370,7 @@ export const ConsoleLogViewerToolbar: React.FC = () => {
370370 variant = "plain"
371371 onClick = { pauseOrStart }
372372 aria-label = { isPaused ? 'Play' : 'Paused' }
373- icon = { isPaused ? < PlayIcon /> : < PauseIcon /> }
373+ icon = { isPaused ? < PlayIcon /> : < RhUiPauseFillIcon /> }
374374 />
375375 </ Tooltip >
376376 </ ToolbarItem >
You can’t perform that action at this time.
0 commit comments