diff --git a/packages/design-system/lib/components/Payment/Icons/ApplePayIcon.tsx b/packages/design-system/lib/components/Payment/Icons/ApplePayIcon.tsx
index cff1b73f9..d0ec580f6 100644
--- a/packages/design-system/lib/components/Payment/Icons/ApplePayIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/ApplePayIcon.tsx
@@ -53,7 +53,7 @@ export const ApplePayIcon = (props: PaymentIconProps) => {
diff --git a/packages/design-system/lib/components/Payment/Icons/ChinaUnionPayIcon.tsx b/packages/design-system/lib/components/Payment/Icons/ChinaUnionPayIcon.tsx
index 8eac09a59..a6ac15cf4 100644
--- a/packages/design-system/lib/components/Payment/Icons/ChinaUnionPayIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/ChinaUnionPayIcon.tsx
@@ -16,80 +16,80 @@ export const ChinaUnionPayIcon = (props: PaymentIconProps) => (
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/DinersClubIcon.tsx b/packages/design-system/lib/components/Payment/Icons/DinersClubIcon.tsx
index a5381ab3f..6dfd2ac99 100644
--- a/packages/design-system/lib/components/Payment/Icons/DinersClubIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/DinersClubIcon.tsx
@@ -15,14 +15,14 @@ export const DinersClubIcon = (props: PaymentIconProps) => (
fill="url(#paint0_linear_5382_46858)"
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/DiscoverIcon.tsx b/packages/design-system/lib/components/Payment/Icons/DiscoverIcon.tsx
index 206ac928a..ab97bd650 100644
--- a/packages/design-system/lib/components/Payment/Icons/DiscoverIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/DiscoverIcon.tsx
@@ -16,26 +16,26 @@ export const DiscoverIcon = (props: PaymentIconProps) => (
/>
@@ -44,38 +44,38 @@ export const DiscoverIcon = (props: PaymentIconProps) => (
fill="url(#paint0_radial_5382_46865)"
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/GenericCardIcon.tsx b/packages/design-system/lib/components/Payment/Icons/GenericCardIcon.tsx
index d9a11e823..568755f26 100644
--- a/packages/design-system/lib/components/Payment/Icons/GenericCardIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/GenericCardIcon.tsx
@@ -18,26 +18,26 @@ export const GenericCardIcon = (props: PaymentIconProps) => {
{
@@ -64,8 +64,8 @@ export const GenericCardIcon = (props: PaymentIconProps) => {
y2="23.9969"
gradientUnits="userSpaceOnUse"
>
-
-
+
+
diff --git a/packages/design-system/lib/components/Payment/Icons/KlarnaIcon.tsx b/packages/design-system/lib/components/Payment/Icons/KlarnaIcon.tsx
index a5afab30d..b9e2e7b10 100644
--- a/packages/design-system/lib/components/Payment/Icons/KlarnaIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/KlarnaIcon.tsx
@@ -15,8 +15,8 @@ export const KlarnaIcon = (props: PaymentIconProps) => (
fill="#FEB3C7"
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/MaestroIcon.tsx b/packages/design-system/lib/components/Payment/Icons/MaestroIcon.tsx
index 120f1b965..65128f718 100644
--- a/packages/design-system/lib/components/Payment/Icons/MaestroIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/MaestroIcon.tsx
@@ -16,26 +16,26 @@ export const MaestroIcon = (props: PaymentIconProps) => (
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/MasterCardIcon.tsx b/packages/design-system/lib/components/Payment/Icons/MasterCardIcon.tsx
index 1e08291ff..c78a1be80 100644
--- a/packages/design-system/lib/components/Payment/Icons/MasterCardIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/MasterCardIcon.tsx
@@ -16,26 +16,26 @@ export const MasterCardIcon = (props: PaymentIconProps) => (
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/MobilePayIcon.tsx b/packages/design-system/lib/components/Payment/Icons/MobilePayIcon.tsx
index 38ce1f0ad..d35c036f6 100644
--- a/packages/design-system/lib/components/Payment/Icons/MobilePayIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/MobilePayIcon.tsx
@@ -62,7 +62,7 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
height="31.2"
rx="2"
stroke="#E9E8E7"
- stroke-width="0.8"
+ strokeWidth="0.8"
/>
{
y2="-19.421"
gradientUnits="userSpaceOnUse"
>
-
-
-
-
-
+
+
+
+
+
{
y2="37.7502"
gradientUnits="userSpaceOnUse"
>
-
-
-
-
-
+
+
+
+
+
{
y2="261.747"
gradientUnits="userSpaceOnUse"
>
-
-
-
-
+
+
+
+
{
y2="142.726"
gradientUnits="userSpaceOnUse"
>
-
-
-
+
+
+
diff --git a/packages/design-system/lib/components/Payment/Icons/PayPalIcon.tsx b/packages/design-system/lib/components/Payment/Icons/PayPalIcon.tsx
index a25d9785d..81d4c00ee 100644
--- a/packages/design-system/lib/components/Payment/Icons/PayPalIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/PayPalIcon.tsx
@@ -16,38 +16,38 @@ export const PayPalIcon = (props: PaymentIconProps) => (
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/SwishIcon.tsx b/packages/design-system/lib/components/Payment/Icons/SwishIcon.tsx
index 72207c637..f22d798df 100644
--- a/packages/design-system/lib/components/Payment/Icons/SwishIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/SwishIcon.tsx
@@ -28,26 +28,26 @@ export const SwishIcon = (props: PaymentIconProps) => {
fill="#4D4D4F"
/>
diff --git a/packages/design-system/lib/components/Payment/Icons/VisaIcon.tsx b/packages/design-system/lib/components/Payment/Icons/VisaIcon.tsx
index e0d74ca48..d8d0476bf 100644
--- a/packages/design-system/lib/components/Payment/Icons/VisaIcon.tsx
+++ b/packages/design-system/lib/components/Payment/Icons/VisaIcon.tsx
@@ -16,32 +16,32 @@ export const VisaIcon = (props: PaymentIconProps) => (
/>