From 847e6421f9432c1507ab01319fc00266077e914a Mon Sep 17 00:00:00 2001 From: GaelleA Date: Thu, 2 Jan 2025 14:13:52 -0500 Subject: [PATCH] fix(error): SKFP-1379 remove useless type --- src/components/Icons/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx index 2bdf4bf38..16967aa83 100644 --- a/src/components/Icons/index.tsx +++ b/src/components/Icons/index.tsx @@ -5,5 +5,4 @@ export type IconProps = { width?: number | string; className?: string; svgClass?: string; - viewBox?: string; };