From 398d8e9bebcbd9fab169fa3e0e8bd10b40adc88a Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Thu, 17 Oct 2024 16:32:02 -0500 Subject: [PATCH] Add new wave icon --- libs/auth/src/angular/icons/wave.icon.ts | 37 +++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/libs/auth/src/angular/icons/wave.icon.ts b/libs/auth/src/angular/icons/wave.icon.ts index 804a494449e..6366a90743b 100644 --- a/libs/auth/src/angular/icons/wave.icon.ts +++ b/libs/auth/src/angular/icons/wave.icon.ts @@ -1,11 +1,34 @@ import { svgIcon } from "@bitwarden/components"; export const WaveIcon = svgIcon` - - - - - - - + + + + + + + `;