X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a6a8ab679e84f99eedc17aec46a310ef86172c6..c4c906cb232d8974858e4da2393fb7a83a24fbd0:/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) => ;