mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +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:
parent
e590e65a3f
commit
7a56cd1a51
@ -36,6 +36,7 @@ export type IconName = "ChartArea" |
|
|||||||
"GoogleLogo" |
|
"GoogleLogo" |
|
||||||
"GristLogo" |
|
"GristLogo" |
|
||||||
"ThumbPreview" |
|
"ThumbPreview" |
|
||||||
|
"AddUser" |
|
||||||
"BarcodeQR" |
|
"BarcodeQR" |
|
||||||
"BarcodeQR2" |
|
"BarcodeQR2" |
|
||||||
"CenterAlign" |
|
"CenterAlign" |
|
||||||
@ -165,6 +166,7 @@ export const IconList: IconName[] = ["ChartArea",
|
|||||||
"GoogleLogo",
|
"GoogleLogo",
|
||||||
"GristLogo",
|
"GristLogo",
|
||||||
"ThumbPreview",
|
"ThumbPreview",
|
||||||
|
"AddUser",
|
||||||
"BarcodeQR",
|
"BarcodeQR",
|
||||||
"BarcodeQR2",
|
"BarcodeQR2",
|
||||||
"CenterAlign",
|
"CenterAlign",
|
||||||
|
File diff suppressed because one or more lines are too long
1
static/ui-icons/UI/AddUser.svg
Normal file
1
static/ui-icons/UI/AddUser.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><title>add 29</title><g stroke-linejoin="round" class="nc-icon-wrapper" fill="none" stroke="#212121" stroke-linecap="round" stroke-width="1"><circle cx="7" cy="4" r="3.5" data-cap="butt"></circle><path d="M9.894 10A5.98 5.98 0 0 0 7.5 9.5h-1a6 6 0 0 0-6 6h9" data-cap="butt"></path><path data-cap="butt" stroke="#212121" d="M12.5 9.5v6"></path><path data-cap="butt" stroke="#212121" d="M9.5 12.5h6"></path></g></svg>
|
After Width: | Height: | Size: 499 B |
Loading…
Reference in New Issue
Block a user