diff --git a/src/components/icons/HandyHand.tsx b/src/components/icons/HandyHand.tsx
new file mode 100644
index 0000000..fc115b6
--- /dev/null
+++ b/src/components/icons/HandyHand.tsx
@@ -0,0 +1,24 @@
+const HandyHand = ({
+ width,
+ height,
+}: {
+ width?: number | string;
+ height?: number | string;
+}) => (
+
+);
+
+export default HandyHand;
diff --git a/src/components/icons/HandyTextLogo.tsx b/src/components/icons/HandyTextLogo.tsx
index fc41bd5..008f89b 100644
--- a/src/components/icons/HandyTextLogo.tsx
+++ b/src/components/icons/HandyTextLogo.tsx
@@ -3,14 +3,17 @@ import React from "react";
const HandyTextLogo = ({
width,
height,
+ className,
}: {
width?: number;
height?: number;
+ className?: string;
}) => {
return (