X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc16046dbfdca4a9c0d94971730d220b27e80620..2168b78443afc8bd1649ccd96e02fb1bce9b5243:/services/workbench2/src/components/icon/icon.tsx?ds=sidebyside diff --git a/services/workbench2/src/components/icon/icon.tsx b/services/workbench2/src/components/icon/icon.tsx index e29930a4b9..8ec4c59b87 100644 --- a/services/workbench2/src/components/icon/icon.tsx +++ b/services/workbench2/src/components/icon/icon.tsx @@ -84,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) => (