diff --git a/components/Icons.tsx b/components/Icons.tsx index 1bdbd93..e0728ef 100644 --- a/components/Icons.tsx +++ b/components/Icons.tsx @@ -1,5 +1,5 @@ type IconProps = { - size?: number; + size?: number | string; color?: string; } export const IconTranslate = ({size = 24, color = '#333333'}: IconProps) => {