(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:
Dmitry S
2022-11-03 09:59:03 -04:00
parent e590e65a3f
commit 7a56cd1a51
3 changed files with 4 additions and 0 deletions

View File

@@ -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",