From c44634585fb418d750d2ed5730e67f49874ee03d Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:42:57 -0700 Subject: [PATCH] update icon stroke color --- libs/auth/src/angular/icons/wave.icon.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/auth/src/angular/icons/wave.icon.ts b/libs/auth/src/angular/icons/wave.icon.ts index 72f7c8bb91..804a494449 100644 --- a/libs/auth/src/angular/icons/wave.icon.ts +++ b/libs/auth/src/angular/icons/wave.icon.ts @@ -2,10 +2,10 @@ import { svgIcon } from "@bitwarden/components"; export const WaveIcon = svgIcon` - - - - - + + + + + `;