X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/67068b56fcbe322f04d0107dc6c19a6b12e248fa..9d8b1517ec34774e041eede98c050f6bdd184c22:/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 a54bc999e9..1ba88d25b2 100644 --- a/services/workbench2/src/components/icon/icon.tsx +++ b/services/workbench2/src/components/icon/icon.tsx @@ -77,6 +77,7 @@ 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 ShowChart from "@material-ui/icons/ShowChart"; // Import FontAwesome icons import { library } from "@fortawesome/fontawesome-svg-core"; @@ -274,3 +275,4 @@ export const StartIcon: IconType = props => ; export const StopIcon: IconType = props => ; export const SelectAllIcon: IconType = props => ; export const SelectNoneIcon: IconType = props => ; +export const ShowChartIcon: IconType = props => ;