1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01:00

move Vault icon to vault library

This commit is contained in:
Nick Krantz 2024-08-08 14:18:23 -05:00
parent 5127c83b1e
commit 5dc2a9c728
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E
3 changed files with 3 additions and 2 deletions

View File

@ -74,7 +74,7 @@ export class VaultV2Component implements OnInit, OnDestroy {
/** Visual state of the vault */
protected vaultState: VaultState | null = null;
protected vaultIcon = Icons.Vault;
protected vaultIcon = VaultIcons.Vault;
protected deactivatedIcon = VaultIcons.DeactivatedOrg;
protected noResultsIcon = Icons.NoResults;

View File

@ -1,2 +1,3 @@
export * from "./deactivated-org";
export * from "./no-folders";
export * from "./vault";

View File

@ -1,4 +1,4 @@
import { svgIcon } from "../icon";
import { svgIcon } from "@bitwarden/components";
export const Vault = svgIcon`
<svg fill="none" width="100" height="90" viewBox="0 0 100 90" xmlns="http://www.w3.org/2000/svg">