From 71efcdd099b4a56b0efc797ae27d2a194b7f739f Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Mon, 19 May 2025 10:18:19 -0300 Subject: [PATCH] fix: changed mistral icon to new (#8094) Changed mistral icon to new icon --- .../src/icons/mistral/mistralIcon.jsx | 247 +++++------------- 1 file changed, 70 insertions(+), 177 deletions(-) diff --git a/src/frontend/src/icons/mistral/mistralIcon.jsx b/src/frontend/src/icons/mistral/mistralIcon.jsx index 593e1e09c..095846b73 100644 --- a/src/frontend/src/icons/mistral/mistralIcon.jsx +++ b/src/frontend/src/icons/mistral/mistralIcon.jsx @@ -1,197 +1,90 @@ const SvgMistralIcon = (props) => ( - Mistral AI + width="18.293" + height="18.123" + style={{ fill: "#ffd800", fillRule: "nonzero" }} + /> + width="18.293" + height="18.123" + style={{ fill: "#ffd800", fillRule: "nonzero" }} + /> + + + + + + + y="72.504" + width="54.89" + height="18.123" + style={{ fill: "#e10500", fillRule: "nonzero" }} + /> - - - - - - - - - - - - - - - - - - - - - - + x="73.181" + y="72.504" + width="54.89" + height="18.123" + style={{ fill: "#e10500", fillRule: "nonzero" }} + /> );