X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ed59f8b637bc1131ec95e7215efb8bfa4fde9f04..864465d579c4b2caf06fce87b1861674758135f6:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 54b7bee6..20ce62c1 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -65,11 +65,13 @@ import VpnKey from '@material-ui/icons/VpnKey'; import LinkOutlined from '@material-ui/icons/LinkOutlined'; import RemoveRedEye from '@material-ui/icons/RemoveRedEye'; import Computer from '@material-ui/icons/Computer'; +import CropFreeSharp from '@material-ui/icons/CropFreeSharp'; +import Cancel from '@material-ui/icons/Cancel'; +import ExitToApp from '@material-ui/icons/ExitToApp'; // Import FontAwesome icons import { library } from '@fortawesome/fontawesome-svg-core'; import { faPencilAlt, faSlash, faUsers, faEllipsisH } from '@fortawesome/free-solid-svg-icons'; -import { CropFreeSharp } from '@material-ui/icons'; library.add( faPencilAlt, faSlash, @@ -173,3 +175,5 @@ export const CanReadIcon: IconType = (props) => ; export const CanWriteIcon: IconType = (props) => ; export const CanManageIcon: IconType = (props) => ; export const AddUserIcon: IconType = (props) => ; +export const DeactivateUserIcon: IconType = (props) => ; +export const LoginAsIcon: IconType = (props) => ;