From 0e4903370416cea65ba12fd5e753c806b33794d8 Mon Sep 17 00:00:00 2001 From: Saksham Sharma Date: Tue, 3 Sep 2024 11:47:11 +0530 Subject: [PATCH] fix: zsl fix --- public/icons/orca.svg | 218 ++++++++++++++++++++------ src/Payments/PaymentMethodsRecord.res | 8 +- 2 files changed, 170 insertions(+), 56 deletions(-) diff --git a/public/icons/orca.svg b/public/icons/orca.svg index 3edb66648..c8b5abeb1 100644 --- a/public/icons/orca.svg +++ b/public/icons/orca.svg @@ -1704,11 +1704,7 @@ License) /> - + + + + + + + + + + + + - - + + - - - + + + - - - - + + + + @@ -2356,42 +2414,42 @@ License) + stroke="#333333" + stroke-width="1.5" + stroke-linecap="round" + stroke-linejoin="round" + /> + stroke="#333333" + stroke-width="1.5" + stroke-miterlimit="10" + /> - + stroke="#333333" + stroke-width="1.5" + stroke-miterlimit="10" + /> + + stroke="#333333" + stroke-width="1.5" + /> - - + - + + fill="#003087" + /> + d="M112.57 391.19c20.056 0 38.928-7.808 53.12-22l76.693-76.692c5.385-5.404 14.765-5.384 20.15 0l76.989 76.989c14.191 14.172 33.045 21.98 53.12 21.98h15.098l-97.138 97.139c-30.326 30.344-79.505 30.344-109.85 0l-97.415-97.416h9.232zm280.068-271.294c-20.056 0-38.929 7.809-53.12 22l-76.97 76.99c-5.551 5.53-14.6 5.568-20.15-.02l-76.711-76.693c-14.192-14.191-33.046-21.999-53.12-21.999h-9.234l97.416-97.416c30.344-30.344 79.523-30.344 109.867 0l97.138 97.138h-15.116z" + /> + d="M22.758 200.753l58.024-58.024h31.787c13.84 0 27.384 5.605 37.172 15.394l76.694 76.693c7.178 7.179 16.596 10.768 26.033 10.768 9.417 0 18.854-3.59 26.014-10.75l76.989-76.99c9.787-9.787 23.331-15.393 37.171-15.393h37.654l58.3 58.302c30.343 30.344 30.343 79.523 0 109.867l-58.3 58.303H392.64c-13.84 0-27.384-5.605-37.171-15.394l-76.97-76.99c-13.914-13.894-38.172-13.894-52.066.02l-76.694 76.674c-9.788 9.788-23.332 15.413-37.172 15.413H80.782L22.758 310.62c-30.344-30.345-30.344-79.524 0-109.868" + /> + d="m444.17 32h-373.89c-20.43 0-38.28 14.7-38.28 34.89v374.71c0 20.31 17.85 38.4 38.28 38.4h373.78c20.54 0 35.94-18.2 35.94-38.39v-374.72c.12-20.19-15.4-34.89-35.83-34.89zm-166.17 355h-103.68l-41.57-248.56 90.75-8.62 22 176.87c20.53-33.45 45.88-86 45.88-121.87 0-19.62-3.36-33-8.61-44l82.63-16.72c9.56 15.78 13.86 32 13.86 52.57-.01 65.5-55.92 150.59-101.26 210.33z" + /> - - - - + + + + - + - \ No newline at end of file + diff --git a/src/Payments/PaymentMethodsRecord.res b/src/Payments/PaymentMethodsRecord.res index ccbaefeae..f72b3b3f0 100644 --- a/src/Payments/PaymentMethodsRecord.res +++ b/src/Payments/PaymentMethodsRecord.res @@ -123,9 +123,7 @@ let defaultPaymentMethodFields = { miniIcon: None, } -let icon = (~size=22, ~width=size, name) => { - -} +let icon = (~size=22, ~width=size, name) => let paymentMethodsFields = [ { @@ -530,8 +528,8 @@ let paymentMethodsFields = [ { paymentMethodName: "local_bank_transfer_transfer", fields: [InfoElement], - icon: Some(icon("bank", ~size=19)), - displayName: "Local Bank Transfer", + icon: Some(icon("union-pay", ~size=19, ~width=30)), + displayName: "Union Pay", miniIcon: None, }, {