From f0331d116d81254a5d75f2282412ececcbf5c8ae Mon Sep 17 00:00:00 2001 From: Eddie Ho <62191480+noodleslove@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:20:47 -0700 Subject: [PATCH] fix: pass props to SvgAnthropicBox component (#7057) * fix: pass props to SvgAnthropicBox component * fix: pass props to SvgAnthropicBox component in light mode --------- Co-authored-by: Edwin Jose --- src/frontend/src/icons/Anthropic/Anthropic.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/icons/Anthropic/Anthropic.jsx b/src/frontend/src/icons/Anthropic/Anthropic.jsx index 58036979d..790d7f5c3 100644 --- a/src/frontend/src/icons/Anthropic/Anthropic.jsx +++ b/src/frontend/src/icons/Anthropic/Anthropic.jsx @@ -6,6 +6,7 @@ const SvgAnthropicBox = (props) => { viewBox="0 0 280 196" fill="none" xmlns="http://www.w3.org/2000/svg" + {...props} > { viewBox="0 0 280 196" fill="none" xmlns="http://www.w3.org/2000/svg" + {...props} >