Merge branch '20031-collection-files-batch-operations' into main. Closes #20031
[arvados-workbench2.git] / src / components / collection-panel-files / collection-panel-files.tsx
index ddf30364ad9c76f09f006d33035d407255d20f7b..c9d5b65711cfe8f965731f588934fa980e062b8d 100644 (file)
@@ -8,7 +8,7 @@ import { connect } from 'react-redux';
 import { FixedSizeList } from "react-window";
 import AutoSizer from "react-virtualized-auto-sizer";
 import servicesProvider from 'common/service-provider';
-import { CustomizeTableIcon, DownloadIcon, MoreOptionsIcon } from 'components/icon/icon';
+import { DownloadIcon, MoreHorizontalIcon, MoreVerticalIcon } from 'components/icon/icon';
 import { SearchInput } from 'components/search-input/search-input';
 import {
     ListItemIcon,
@@ -496,7 +496,7 @@ export const CollectionPanelFiles = withStyles(styles)(connect((state: RootState
                     onClick={(ev) => {
                         onOptionsMenuOpen(ev, isWritable);
                     }}>
-                    <CustomizeTableIcon />
+                    <MoreVerticalIcon />
                 </IconButton>
             </Tooltip>
         </div>
@@ -579,7 +579,7 @@ export const CollectionPanelFiles = withStyles(styles)(connect((state: RootState
                                             <IconButton data-id='moreOptions'
                                                 data-cy='file-item-options-btn'
                                                 className={classes.moreOptionsButton}>
-                                                <MoreOptionsIcon
+                                                <MoreHorizontalIcon
                                                     data-id='moreOptions'
                                                     className={classes.moreOptions} />
                                             </IconButton>