From fb806674f0d84fc39204ff41602eb0adb66aa173 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:24:59 +0300 Subject: [PATCH] fix: Fixed Typo in Interface Name Update ThumbUp.tsx --- src/icons/ThumbUp.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icons/ThumbUp.tsx b/src/icons/ThumbUp.tsx index e1b102e..a5574a0 100644 --- a/src/icons/ThumbUp.tsx +++ b/src/icons/ThumbUp.tsx @@ -1,8 +1,8 @@ -interface ThumpUpProps { +interface ThumbUpProps { className?: string; } -export const ThumbUpIcon: React.FC = ({ +export const ThumbUpIcon: React.FC = ({ className = "size-6", }) => { return (