1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[CL-333] Icon Refresh Feature Branch (#14298)

* [CL-571] Update icons to new fileset and metaphors (#14163)

* [CL-518] Convert icons docs to stories (#14299)

* [CL-574] Update inline autofill icons (#14379)

---------

Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
Vicki League
2025-05-07 17:07:14 -04:00
committed by GitHub
parent 74b6bb15e8
commit 8ecb32f30f
78 changed files with 1735 additions and 1582 deletions

View File

@@ -14,12 +14,12 @@ export class NavComponent {
items: any[] = [
{
link: "/vault",
icon: "bwi-lock-f",
icon: "bwi-vault",
label: this.i18nService.translate("myVault"),
},
{
link: "/send",
icon: "bwi-send-f",
icon: "bwi-send",
label: "Send",
},
];

View File

@@ -110,7 +110,7 @@
*ngIf="!(!cipher.edit && editMode)"
cdkDragHandle
>
<i class="bwi bwi-hamburger" aria-hidden="true"></i>
<i class="bwi bwi-drag-and-drop" aria-hidden="true"></i>
</div>
</div>
</div>

View File

@@ -519,7 +519,7 @@
appA11yTitle="{{ 'importSshKeyFromClipboard' | i18n }}"
(click)="importSshKeyFromClipboard()"
>
<i class="bwi bwi-lg bwi-paste" aria-hidden="true"></i>
<i class="bwi bwi-lg bwi-import" aria-hidden="true"></i>
</button>
</div>
</div>

View File

@@ -55,7 +55,7 @@
>
<i
*ngIf="c.children.length === 0"
class="bwi bwi-fw bwi-collection"
class="bwi bwi-fw bwi-collection-shared"
aria-hidden="true"
></i>
&nbsp;{{ c.node.name }}

View File

@@ -28,7 +28,7 @@
<span class="truncate">{{ c.name }}</span>
<ng-container *ngIf="c.organizationId">
<i
class="bwi bwi-collection text-muted"
class="bwi bwi-collection-shared text-muted"
title="{{ 'shared' | i18n }}"
aria-hidden="true"
></i>