mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-26648] Unarchive Icon (#16784)
* add unarchive icon to font * fix cipher-form stories * move unarchive to the proper section * add premium icon
This commit is contained in:
@@ -65,6 +65,10 @@ const bitwardenObjects = [
|
||||
id: "bwi-id-card",
|
||||
usage: "identity item type",
|
||||
},
|
||||
{
|
||||
id: "bwi-premium",
|
||||
usage: "upgrade to premium",
|
||||
},
|
||||
{
|
||||
id: "bwi-send",
|
||||
usage: "send action or feature",
|
||||
@@ -204,6 +208,10 @@ const actions = [
|
||||
id: "bwi-trash",
|
||||
usage: "delete action or trash area",
|
||||
},
|
||||
{
|
||||
id: "bwi-unarchive",
|
||||
usage: "remove item from archive",
|
||||
},
|
||||
{
|
||||
id: "bwi-undo",
|
||||
usage: "restore action",
|
||||
|
||||
Reference in New Issue
Block a user