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; };