From 17d81460692ad9d752a5853b0733a766efb72d4a Mon Sep 17 00:00:00 2001
From: David Lin <13061926+DavidLHW@users.noreply.github.com>
Date: Sun, 21 Jan 2024 16:58:53 +0800
Subject: [PATCH 1/9] feat: thumbs up filled icon
---
.../components/CustomIcon/ThumbUpFilledIcon.tsx | 12 ++++++++++++
src/common/components/CustomIcon/index.ts | 1 +
2 files changed, 13 insertions(+)
create mode 100644 src/common/components/CustomIcon/ThumbUpFilledIcon.tsx
diff --git a/src/common/components/CustomIcon/ThumbUpFilledIcon.tsx b/src/common/components/CustomIcon/ThumbUpFilledIcon.tsx
new file mode 100644
index 00000000..7a4ca920
--- /dev/null
+++ b/src/common/components/CustomIcon/ThumbUpFilledIcon.tsx
@@ -0,0 +1,12 @@
+import { CustomIcon, type CustomIconProps } from "./CustomIcon";
+
+export const ThumbUpFilledIcon = (props: CustomIconProps) => {
+ return (
+