From 9b2032238c66f20f599f0a9ffa078dfa310b6380 Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Thu, 10 Oct 2024 14:43:12 -0500 Subject: [PATCH] Remove hardcoded colors from Vault Icon --- libs/auth/src/angular/icons/vault.icon.ts | 34 +++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/libs/auth/src/angular/icons/vault.icon.ts b/libs/auth/src/angular/icons/vault.icon.ts index 6ac5d0fbca..8bf96530cb 100644 --- a/libs/auth/src/angular/icons/vault.icon.ts +++ b/libs/auth/src/angular/icons/vault.icon.ts @@ -2,22 +2,22 @@ import { svgIcon } from "@bitwarden/components"; export const VaultIcon = svgIcon` - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + `;