X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8d491bda9abdc1a8d5f0ac8bcea3bf77eb221888..62cb779efb0b098c05053e957c765a807467b28b:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index a6c118fc..b559a2ab 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -7,7 +7,6 @@ import { Badge, SvgIcon, Tooltip } from '@material-ui/core'; import Add from '@material-ui/icons/Add'; import ArrowBack from '@material-ui/icons/ArrowBack'; import ArrowDropDown from '@material-ui/icons/ArrowDropDown'; -import BubbleChart from '@material-ui/icons/BubbleChart'; import Build from '@material-ui/icons/Build'; import Cached from '@material-ui/icons/Cached'; import DescriptionIcon from '@material-ui/icons/Description'; @@ -56,6 +55,7 @@ import RestoreFromTrash from '@material-ui/icons/History'; import Search from '@material-ui/icons/Search'; import SettingsApplications from '@material-ui/icons/SettingsApplications'; import SettingsEthernet from '@material-ui/icons/SettingsEthernet'; +import Settings from '@material-ui/icons/Settings'; import Star from '@material-ui/icons/Star'; import StarBorder from '@material-ui/icons/StarBorder'; import Warning from '@material-ui/icons/Warning'; @@ -86,18 +86,14 @@ library.add( ); export const FreezeIcon = (props: any) => - - - + + + export const UnfreezeIcon = (props: any) => -
-
- - -
-
; + + + export const PendingIcon = (props: any) => @@ -179,7 +175,7 @@ export const InputIcon: IconType = (props) => ; export const PaginationDownIcon: IconType = (props) => ; export const PaginationLeftArrowIcon: IconType = (props) => ; export const PaginationRightArrowIcon: IconType = (props) => ; -export const ProcessIcon: IconType = (props) => ; +export const ProcessIcon: IconType = (props) => ; export const ProjectIcon: IconType = (props) => ; export const FilterGroupIcon: IconType = (props) => ; export const ProjectsIcon: IconType = (props) => ;