X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/eda7767bc88b7a2a3dc582af47417937ff4de38a..3308f3a20e14d9557a3c12ac809c0b79ab2eafdc:/src/components/icon/icon.tsx?ds=sidebyside diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index dbb4ccec..bceee504 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -26,6 +26,7 @@ import ErrorRoundedIcon from '@material-ui/icons/ErrorRounded'; import ExpandMoreIcon from '@material-ui/icons/ExpandMore'; import FlipToFront from '@material-ui/icons/FlipToFront'; import Folder from '@material-ui/icons/Folder'; +import FolderShared from '@material-ui/icons/FolderShared'; import GetApp from '@material-ui/icons/GetApp'; import Help from '@material-ui/icons/Help'; import HelpOutline from '@material-ui/icons/HelpOutline'; @@ -67,7 +68,7 @@ library.add( faSlash, ); -export const ReadOnlyIcon = (props:any) => +export const ReadOnlyIcon = (props: any) =>
; export const DownloadIcon: IconType = (props) => ; export const EditSavedQueryIcon: IconType = (props) => ; export const ExpandIcon: IconType = (props) => ; -export const ErrorIcon: IconType = (props) => ; +export const ErrorIcon: IconType = (props) => ; export const FavoriteIcon: IconType = (props) => ; export const FileIcon: IconType = (props) => ; export const HelpIcon: IconType = (props) => ; @@ -130,7 +131,7 @@ export const RemoveIcon: IconType = (props) => ; export const RemoveFavoriteIcon: IconType = (props) => ; export const PublicFavoriteIcon: IconType = (props) => ; export const RenameIcon: IconType = (props) => ; -export const RecoverVersionIcon: IconType = (props) => ; +export const RestoreVersionIcon: IconType = (props) => ; export const RestoreFromTrashIcon: IconType = (props) => ; export const ReRunProcessIcon: IconType = (props) => ; export const SearchIcon: IconType = (props) => ; @@ -143,3 +144,4 @@ export const UsedByIcon: IconType = (props) => ; export const WorkflowIcon: IconType = (props) => ; export const WarningIcon: IconType = (props) => ; export const Link: IconType = (props) => ; +export const FolderSharedIcon: IconType = (props) => ;