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