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 (