mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add AddUser icon
Summary: Adding an icon to be used for the batch-add-users option in Manage Users dialog. Test Plan: Checked manually Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3696
This commit is contained in:
@@ -36,6 +36,7 @@ export type IconName = "ChartArea" |
|
||||
"GoogleLogo" |
|
||||
"GristLogo" |
|
||||
"ThumbPreview" |
|
||||
"AddUser" |
|
||||
"BarcodeQR" |
|
||||
"BarcodeQR2" |
|
||||
"CenterAlign" |
|
||||
@@ -165,6 +166,7 @@ export const IconList: IconName[] = ["ChartArea",
|
||||
"GoogleLogo",
|
||||
"GristLogo",
|
||||
"ThumbPreview",
|
||||
"AddUser",
|
||||
"BarcodeQR",
|
||||
"BarcodeQR2",
|
||||
"CenterAlign",
|
||||
|
||||
Reference in New Issue
Block a user