File tree Expand file tree Collapse file tree
packages/react-core/src/components/SearchInput Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { css } from '@patternfly/react-styles';
33import { Button , ButtonVariant } from '../Button' ;
44import { Badge } from '../Badge' ;
55import { Icon } from '../Icon' ;
6- import AngleDownIcon from '@patternfly/react-icons/dist/esm/icons/angle -down-icon' ;
6+ import RhMicronsCaretDownIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret -down-icon' ;
77import AngleUpIcon from '@patternfly/react-icons/dist/esm/icons/angle-up-icon' ;
88import RhMicronsCloseIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-close-icon' ;
99import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon' ;
@@ -340,7 +340,7 @@ const SearchInputBase: React.FunctionComponent<SearchInputProps> = ({
340340 aria-label = { nextNavigationButtonAriaLabel }
341341 isDisabled = { isDisabled || isNextNavigationButtonDisabled }
342342 onClick = { onNextClick }
343- icon = { < AngleDownIcon /> }
343+ icon = { < RhMicronsCaretDownIcon /> }
344344 />
345345 </ div >
346346 ) }
You can’t perform that action at this time.
0 commit comments