(core) Add Lock icon

Test Plan: Nothing to test yet.

Reviewers: alexmojaki, paulfitz

Reviewed By: paulfitz

Subscribers: paulfitz, jarek

Differential Revision: https://phab.getgrist.com/D2833
This commit is contained in:
Dmitry S
2021-06-01 13:10:00 -04:00
committed by Paul Fitzpatrick
parent 3a139e77c8
commit 11a5e0be34
3 changed files with 13 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ export type IconName = "ChartArea" |
"Idea" |
"Import" |
"LeftAlign" |
"Lock" |
"Log" |
"Mail" |
"Minus" |
@@ -147,6 +148,7 @@ export const IconList: IconName[] = ["ChartArea",
"Idea",
"Import",
"LeftAlign",
"Lock",
"Log",
"Mail",
"Minus",