X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7437e0b4a85480fc6ca977488a5bb501e7fa1e3e..90e5ed1bcd066cddd05fb7e1e18071f78b539a12:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index bceee504..9eb60332 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -10,6 +10,7 @@ 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'; import ChevronLeft from '@material-ui/icons/ChevronLeft'; import CloudUpload from '@material-ui/icons/CloudUpload'; import Code from '@material-ui/icons/Code'; @@ -106,7 +107,7 @@ export const EditSavedQueryIcon: IconType = (props) => ; export const ExpandIcon: IconType = (props) => ; export const ErrorIcon: IconType = (props) => ; export const FavoriteIcon: IconType = (props) => ; -export const FileIcon: IconType = (props) => ; +export const FileIcon: IconType = (props) => ; export const HelpIcon: IconType = (props) => ; export const HelpOutlineIcon: IconType = (props) => ; export const ImportContactsIcon: IconType = (props) => ;