File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-core/src/components/Button Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { useOUIAProps, OUIAProps } from '../../helpers/OUIA/ouia';
66import { Badge } from '../Badge' ;
77import StarIcon from '@patternfly/react-icons/dist/esm/icons/star-icon' ;
88import OutlinedStarIcon from '@patternfly/react-icons/dist/esm/icons/outlined-star-icon' ;
9- import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog -icon' ;
9+ import RhUiSettingsFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-settings-fill -icon' ;
1010import { hamburgerIcon } from './hamburgerIcon' ;
1111
1212export enum ButtonVariant {
@@ -221,7 +221,7 @@ const ButtonBase: React.FunctionComponent<ButtonProps> = ({
221221 }
222222
223223 if ( isSettings ) {
224- iconContent = < CogIcon /> ;
224+ iconContent = < RhUiSettingsFillIcon /> ;
225225 }
226226 if ( isHamburger ) {
227227 iconContent = hamburgerIcon ;
You can’t perform that action at this time.
0 commit comments