From d2a029f3af1b47110ea1476dbc0e8654a34817a2 Mon Sep 17 00:00:00 2001 From: Siddharth Gelera Date: Tue, 16 Sep 2025 12:20:28 +0530 Subject: [PATCH] chore: remove unused icon --- .../src/components/Icons/Grpc/index.js | 28 +------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/packages/bruno-app/src/components/Icons/Grpc/index.js b/packages/bruno-app/src/components/Icons/Grpc/index.js index 78f0f084d..a376c5767 100644 --- a/packages/bruno-app/src/components/Icons/Grpc/index.js +++ b/packages/bruno-app/src/components/Icons/Grpc/index.js @@ -90,30 +90,4 @@ export const IconGrpcBidiStreaming = ({ size = 18, strokeWidth = 1.5, className -); - -// WEBSOCKET - Bidirectional communication (Amber/Orange) -// TODO: reaper move to it's own folder -export const IconWebSocket = ({ size = 18, strokeWidth = 1.5, className = '' }) => ( - - - {/* Bidirectional arrows representing WebSocket communication */} - - - - - - - {/* Connection indicator dots */} - - -); +); \ No newline at end of file