From 5bca5c552a852c869aa414878d1545e4feae47c5 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Tue, 23 May 2023 17:29:46 +0200 Subject: [PATCH] Fix duration breakdown icon --- src/components/common/icons/ClockWithTicksIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/icons/ClockWithTicksIcon.tsx b/src/components/common/icons/ClockWithTicksIcon.tsx index 7fb0215ef..f291c9074 100644 --- a/src/components/common/icons/ClockWithTicksIcon.tsx +++ b/src/components/common/icons/ClockWithTicksIcon.tsx @@ -11,11 +11,11 @@ const ClockWithTicksIconComponent = (props: IconProps) => { width={size} height={size} fill="none" - viewBox="0 0 12 12" + viewBox="0 0 22 22" > );