diff --git a/src/components/icons/CheckIcon.tsx b/src/components/icons/CheckIcon.tsx
new file mode 100644
index 0000000..014924d
--- /dev/null
+++ b/src/components/icons/CheckIcon.tsx
@@ -0,0 +1,16 @@
+import Box from "@components/bases/Box";
+import { images } from "@styles/Commons";
+import { Image } from "react-native";
+
+const CheckIcon = () => {
+ return (
+
+
+
+ );
+};
+
+export default CheckIcon;
diff --git a/src/screens/PaymentResultScreen.tsx b/src/screens/PaymentResultScreen.tsx
index 710b95c..4fee2e7 100644
--- a/src/screens/PaymentResultScreen.tsx
+++ b/src/screens/PaymentResultScreen.tsx
@@ -5,6 +5,7 @@ import GoBackIconButton from "@components/GoBackIconButton";
import BackgroundDefault from "@components/backgrounds/BackgroundDefault";
import Box from "@components/bases/Box";
import Text from "@components/bases/Text";
+import CheckIcon from "@components/icons/CheckIcon";
import { LOG } from "@logger";
import { CommonActions } from "@react-navigation/native";
// import { Text } from "react-native";
@@ -55,6 +56,9 @@ const PaymentResultScreen: MainStackScreenComponentProps<"paymentResultScreen">
flexDirection={"column"}
gap={"l"}
>
+
+
+
Transactions effectué avec succès !