From afec5d5889920c4bab75adb55047e989ef514e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Vall=C3=A9?= Date: Mon, 24 Feb 2025 13:24:59 +0100 Subject: [PATCH] feat: bigger icon for ABTesting --- src/icons/assets/ABTesting.svg | 2 +- src/icons/components/AbTesting.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icons/assets/ABTesting.svg b/src/icons/assets/ABTesting.svg index c1218835..e4bbbb81 100644 --- a/src/icons/assets/ABTesting.svg +++ b/src/icons/assets/ABTesting.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/components/AbTesting.tsx b/src/icons/components/AbTesting.tsx index 7becb337..98b0ff1c 100644 --- a/src/icons/components/AbTesting.tsx +++ b/src/icons/components/AbTesting.tsx @@ -29,7 +29,7 @@ const SvgAbTesting = ({ fill="currentColor" {...props} > - + ); };