X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3c21a435928b34cbcc6e261897855998555ab73a..1e3a5c5fde6ccbd893cdf654076c67ab5b0eaed3:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 946d81a5..1061a2ec 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -48,6 +48,7 @@ import SettingsApplications from '@material-ui/icons/SettingsApplications'; import SettingsEthernet from '@material-ui/icons/SettingsEthernet'; import Star from '@material-ui/icons/Star'; import StarBorder from '@material-ui/icons/StarBorder'; +import Warning from '@material-ui/icons/Warning'; export type IconType = React.SFC<{ className?: string }>; @@ -99,3 +100,4 @@ export const TrashIcon: IconType = (props) => ; export const UserPanelIcon: IconType = (props) => ; export const UsedByIcon: IconType = (props) => ; export const WorkflowIcon: IconType = (props) => ; +export const WarningIcon: IconType = (props) => ;