Merged in SW-3458-fix-faulty-svg-param-stroke-width (pull request #2791)

fix faulty kebab case properties for svgs

* fix faulty kebab case properties for svgs


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-09-11 09:05:32 +00:00
parent 136610a51a
commit 4b4690a724
12 changed files with 130 additions and 130 deletions

View File

@@ -62,7 +62,7 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
height="31.2"
rx="2"
stroke="#E9E8E7"
stroke-width="0.8"
strokeWidth="0.8"
/>
<defs>
<linearGradient
@@ -73,11 +73,11 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
y2="-19.421"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#504678" />
<stop offset="0.302" stop-color="#504678" stop-opacity="0.616" />
<stop offset="0.608" stop-color="#504678" stop-opacity="0.283" />
<stop offset="0.852" stop-color="#504678" stop-opacity="0.076" />
<stop offset="1" stop-color="#504678" stop-opacity="0" />
<stop stopColor="#504678" />
<stop offset="0.302" stopColor="#504678" stopOpacity="0.616" />
<stop offset="0.608" stopColor="#504678" stopOpacity="0.283" />
<stop offset="0.852" stopColor="#504678" stopOpacity="0.076" />
<stop offset="1" stopColor="#504678" stopOpacity="0" />
</linearGradient>
<linearGradient
id="paint1_linear_5597_450"
@@ -87,11 +87,11 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
y2="37.7502"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#504678" />
<stop offset="0.302" stop-color="#504678" stop-opacity="0.616" />
<stop offset="0.608" stop-color="#504678" stop-opacity="0.283" />
<stop offset="0.852" stop-color="#504678" stop-opacity="0.076" />
<stop offset="1" stop-color="#504678" stop-opacity="0" />
<stop stopColor="#504678" />
<stop offset="0.302" stopColor="#504678" stopOpacity="0.616" />
<stop offset="0.608" stopColor="#504678" stopOpacity="0.283" />
<stop offset="0.852" stopColor="#504678" stopOpacity="0.076" />
<stop offset="1" stopColor="#504678" stopOpacity="0" />
</linearGradient>
<linearGradient
id="paint2_linear_5597_450"
@@ -101,10 +101,10 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
y2="261.747"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#504678" />
<stop offset="0.179" stop-color="#504678" stop-opacity="0.872" />
<stop offset="0.526" stop-color="#504678" stop-opacity="0.536" />
<stop offset="1" stop-color="#504678" stop-opacity="0" />
<stop stopColor="#504678" />
<stop offset="0.179" stopColor="#504678" stopOpacity="0.872" />
<stop offset="0.526" stopColor="#504678" stopOpacity="0.536" />
<stop offset="1" stopColor="#504678" stopOpacity="0" />
</linearGradient>
<linearGradient
id="paint3_linear_5597_450"
@@ -114,9 +114,9 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
y2="142.726"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#504678" />
<stop offset="0.643" stop-color="#504678" stop-opacity="0.332" />
<stop offset="1" stop-color="#504678" stop-opacity="0" />
<stop stopColor="#504678" />
<stop offset="0.643" stopColor="#504678" stopOpacity="0.332" />
<stop offset="1" stopColor="#504678" stopOpacity="0" />
</linearGradient>
<clipPath id="clip0_5597_450">
<rect width="48" height="32" rx="2.4" fill="white" />