File tree Expand file tree Collapse file tree
deprecated/components/Table/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { useState } from 'react' ;
22import LongArrowAltUpIcon from '@patternfly/react-icons/dist/esm/icons/long-arrow-alt-up-icon' ;
33import LongArrowAltDownIcon from '@patternfly/react-icons/dist/esm/icons/long-arrow-alt-down-icon' ;
4- import ArrowsAltVIcon from '@patternfly/react-icons/dist/esm/icons/arrows-alt-v -icon' ;
4+ import RhUiArrowUpDownIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-up-down -icon' ;
55import { css } from '@patternfly/react-styles' ;
66import styles from '@patternfly/react-styles/css/components/Table/table' ;
77import { TableText } from './TableText' ;
@@ -45,7 +45,7 @@ export const SortColumn: React.FunctionComponent<SortColumnProps> = ({
4545 if ( isSortedBy ) {
4646 SortedByIcon = sortDirection === SortByDirection . asc ? LongArrowAltUpIcon : LongArrowAltDownIcon ;
4747 } else {
48- SortedByIcon = ArrowsAltVIcon ;
48+ SortedByIcon = RhUiArrowUpDownIcon ;
4949 }
5050
5151 if ( favoriteButtonProps ) {
You can’t perform that action at this time.
0 commit comments