X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..2168b78443afc8bd1649ccd96e02fb1bce9b5243:/services/workbench2/src/components/icon/icon.tsx diff --git a/services/workbench2/src/components/icon/icon.tsx b/services/workbench2/src/components/icon/icon.tsx index 69ebffd7ed..8ec4c59b87 100644 --- a/services/workbench2/src/components/icon/icon.tsx +++ b/services/workbench2/src/components/icon/icon.tsx @@ -77,7 +77,6 @@ import NotInterested from "@material-ui/icons/NotInterested"; import Image from "@material-ui/icons/Image"; import Stop from "@material-ui/icons/Stop"; import FileCopy from "@material-ui/icons/FileCopy"; -import Storage from "@material-ui/icons/Storage"; // Import FontAwesome icons import { library } from "@fortawesome/fontawesome-svg-core"; @@ -85,13 +84,13 @@ import { faPencilAlt, faSlash, faUsers, faEllipsisH } from "@fortawesome/free-so import { FormatAlignLeft } from "@material-ui/icons"; library.add(faPencilAlt, faSlash, faUsers, faEllipsisH); -export const FreezeIcon = (props: any) => ( +export const FreezeIcon: IconType = (props: any) => ( ); -export const UnfreezeIcon = (props: any) => ( +export const UnfreezeIcon: IconType = (props: any) => ( @@ -210,7 +209,7 @@ export const KeyIcon: IconType = props => ; export const LogIcon: IconType = props => ; export const MailIcon: IconType = props => ; export const MaximizeIcon: IconType = props => ; -export const MemoryIcon: IconType = props => ; +export const ResourceIcon: IconType = props => ; export const UnMaximizeIcon: IconType = props => ; export const MoreVerticalIcon: IconType = props => ; export const MoreHorizontalIcon: IconType = props => ; @@ -268,4 +267,3 @@ export const StartIcon: IconType = props => ; export const StopIcon: IconType = props => ; export const SelectAllIcon: IconType = props => ; export const SelectNoneIcon: IconType = props => ; -export const InstanceTypeIcon: IconType = props => ;