mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
move Vault icon to vault library
This commit is contained in:
@@ -74,7 +74,7 @@ export class VaultV2Component implements OnInit, OnDestroy {
|
|||||||
/** Visual state of the vault */
|
/** Visual state of the vault */
|
||||||
protected vaultState: VaultState | null = null;
|
protected vaultState: VaultState | null = null;
|
||||||
|
|
||||||
protected vaultIcon = Icons.Vault;
|
protected vaultIcon = VaultIcons.Vault;
|
||||||
protected deactivatedIcon = VaultIcons.DeactivatedOrg;
|
protected deactivatedIcon = VaultIcons.DeactivatedOrg;
|
||||||
protected noResultsIcon = Icons.NoResults;
|
protected noResultsIcon = Icons.NoResults;
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
export * from "./deactivated-org";
|
export * from "./deactivated-org";
|
||||||
export * from "./no-folders";
|
export * from "./no-folders";
|
||||||
|
export * from "./vault";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { svgIcon } from "../icon";
|
import { svgIcon } from "@bitwarden/components";
|
||||||
|
|
||||||
export const Vault = svgIcon`
|
export const Vault = svgIcon`
|
||||||
<svg fill="none" width="100" height="90" viewBox="0 0 100 90" xmlns="http://www.w3.org/2000/svg">
|
<svg fill="none" width="100" height="90" viewBox="0 0 100 90" xmlns="http://www.w3.org/2000/svg">
|
||||||
Reference in New Issue
Block a user