X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/394ebdfd13fe40a7096f484c46a353d2537f4c9a..85836abe716b2403f3b7fe75c551e4ace3995157:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 15a9f02d73..54b7bee6cd 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -68,14 +68,20 @@ import Computer from '@material-ui/icons/Computer'; // Import FontAwesome icons import { library } from '@fortawesome/fontawesome-svg-core'; -import { faPencilAlt, faSlash, faUsers } from '@fortawesome/free-solid-svg-icons'; +import { faPencilAlt, faSlash, faUsers, faEllipsisH } from '@fortawesome/free-solid-svg-icons'; import { CropFreeSharp } from '@material-ui/icons'; library.add( faPencilAlt, faSlash, faUsers, + faEllipsisH, ); +export const PendingIcon = (props: any) => + + + + export const ReadOnlyIcon = (props: any) =>
@@ -166,3 +172,4 @@ export const FolderSharedIcon: IconType = (props) => export const CanReadIcon: IconType = (props) => ; export const CanWriteIcon: IconType = (props) => ; export const CanManageIcon: IconType = (props) => ; +export const AddUserIcon: IconType = (props) => ;