X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf9e11013710478809fe44b5cad7d3b77f6d5a1f..c276ce4c8dd3cf27ad6d17eca9af473f353fda55:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 8bd9e227..90861bfe 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -33,6 +33,7 @@ import Person from '@material-ui/icons/Person'; import PersonAdd from '@material-ui/icons/PersonAdd'; import PlayArrow from '@material-ui/icons/PlayArrow'; import RateReview from '@material-ui/icons/RateReview'; +import RestoreFromTrash from '@material-ui/icons/History'; import Search from '@material-ui/icons/Search'; import SettingsApplications from '@material-ui/icons/SettingsApplications'; import Star from '@material-ui/icons/Star'; @@ -69,6 +70,7 @@ export const RecentIcon: IconType = (props) => ; export const RemoveIcon: IconType = (props) => ; export const RemoveFavoriteIcon: IconType = (props) => ; export const RenameIcon: IconType = (props) => ; +export const RestoreFromTrashIcon: IconType = (props) => ; export const ReRunProcessIcon: IconType = (props) => ; export const SearchIcon: IconType = (props) => ; export const ShareIcon: IconType = (props) => ;