X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ea2ff188ec745966387ce8bbe14880bfeede863..4f09ca588d03cc6e1be52190f902c21a0ae2a850:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 8049686f3d..c077f7a675 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -7,6 +7,7 @@ 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 ChevronLeft from '@material-ui/icons/ChevronLeft'; import CloudUpload from '@material-ui/icons/CloudUpload'; @@ -55,6 +56,7 @@ export type IconType = React.SFC<{ className?: string, style?: object }>; export const AddIcon: IconType = (props) => ; export const AddFavoriteIcon: IconType = (props) => ; +export const AdminMenuIcon: IconType = (props) => ; export const AdvancedIcon: IconType = (props) => ; export const AttributesIcon: IconType = (props) => ; export const BackIcon: IconType = (props) => ;