X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3ee31ce16470660d90fb870e048c2de9fcde6e47..bef6136ae8f4e6d2ebae630940018a99946e6bda:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index f8e53d3e..0f0442a5 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -7,11 +7,12 @@ import AccessTime from '@material-ui/icons/AccessTime'; import ArrowDropDown from '@material-ui/icons/ArrowDropDown'; import BubbleChart from '@material-ui/icons/BubbleChart'; import Cached from '@material-ui/icons/Cached'; +import CloudUpload from '@material-ui/icons/CloudUpload'; import Code from '@material-ui/icons/Code'; import ChevronLeft from '@material-ui/icons/ChevronLeft'; import ChevronRight from '@material-ui/icons/ChevronRight'; import Close from '@material-ui/icons/Close'; -import ContentCopy from '@material-ui/icons/ContentCopy'; +import ContentCopy from '@material-ui/icons/FileCopyOutlined'; import CreateNewFolder from '@material-ui/icons/CreateNewFolder'; import Delete from '@material-ui/icons/Delete'; import DeviceHub from '@material-ui/icons/DeviceHub'; @@ -44,6 +45,7 @@ export const CustomizeTableIcon: IconType = (props) => ; export const CopyIcon: IconType = (props) => ; export const CollectionIcon: IconType = (props) => ; export const CloseIcon: IconType = (props) => ; +export const CloudUploadIcon: IconType = (props) => ; export const DefaultIcon: IconType = (props) => ; export const DetailsIcon: IconType = (props) => ; export const DownloadIcon: IconType = (props) => ; @@ -73,4 +75,4 @@ export const SidePanelRightArrowIcon: IconType = (props) => ; export const UserPanelIcon: IconType = (props) => ; export const UsedByIcon: IconType = (props) => ; -export const WorkflowIcon: IconType = (props) => ; \ No newline at end of file +export const WorkflowIcon: IconType = (props) => ;