[ios] fix: radiOn/Off buttons icons

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn 2024-04-04 12:02:04 +04:00 committed by Alexander Borsuk
parent fff96447ff
commit 8f376115c3
10 changed files with 26 additions and 13 deletions

View file

@ -1,8 +1,19 @@
{
"images" : [
{
"filename" : "radioBtnOff.svg",
"idiom" : "universal"
"filename" : "radioBtnOff.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "radioBtnOff@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "radioBtnOff@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

View file

@ -1,5 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m3 3 18 18" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" paint-order="fill markers stroke"/>
<path d="M14.121 14.121A3 3 0 0 1 12 15a3 3 0 0 1-3-3 3 3 0 0 1 .879-2.121" paint-order="fill markers stroke"/>
<path d="M7.16 7.16C5.194 8.146 3.4 9.76 2 12h0c3.6 5.759 9.79 7.372 14.84 4.84M19.764 14.766A14.25 14.25 0 0 0 22 12h0c-2.713-4.34-6.897-6.326-10.956-5.957" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" paint-order="fill markers stroke"/>
</svg>

Before

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

View file

@ -1,8 +1,19 @@
{
"images" : [
{
"filename" : "radioBtnOn.svg",
"idiom" : "universal"
"filename" : "radioBtnOn.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "radioBtnOn@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "radioBtnOn@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View file

@ -1,4 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M2 12c5 8 15 8 20 0-5-8-15-8-20 0Z" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" paint-order="fill markers stroke"/>
<circle cx="12" cy="12" r="3" paint-order="fill markers stroke"/>
</svg>

Before

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B