X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/232eac919b067a3783348eab549c9fc555b80abd..c4e503180948300c3a6ef99e338d2e56b2931236:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 1dc8669ecf..0f0442a53e 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -7,6 +7,7 @@ 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'; @@ -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) => ;