[ios] add new icons to share and close buttons

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn 2024-07-05 18:50:39 +04:00 committed by Roman Tsisyk
parent b478f12371
commit 7b1365af4b
12 changed files with 37 additions and 52 deletions

View file

@ -1,26 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_nav_bar_close.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ic_nav_bar_close@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "ic_nav_bar_close@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,26 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Vector.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Vector@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "Vector@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "ic_28px_circle_close.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,3 @@
<svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.049 8c-.305 0-.555.1-.752.297A1.018 1.018 0 0 0 8 9.049c0 .305.1.556.297.754L12.494 14l-4.197 4.197a1.022 1.022 0 0 0-.297.754c0 .305.1.555.297.752.197.197.447.297.752.297s.556-.1.754-.297L14 15.506l4.197 4.197c.198.197.45.297.754.297.305 0 .555-.1.752-.297.197-.197.297-.447.297-.752s-.1-.556-.297-.754L15.506 14l4.197-4.197c.197-.198.297-.45.297-.754 0-.305-.1-.555-.297-.752A1.018 1.018 0 0 0 18.951 8c-.305 0-.556.1-.754.297L14 12.494 9.803 8.297A1.022 1.022 0 0 0 9.049 8Z" style="fill:#000"/>
</svg>

After

Width:  |  Height:  |  Size: 596 B

View file

@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "ic_28px_circle_share.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View file

@ -0,0 +1,4 @@
<svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 10c-.55 0-1.02.196-1.412.588A1.925 1.925 0 0 0 7 12v8c0 .55.196 1.02.588 1.412C7.98 21.804 8.45 22 9 22h10c.55 0 1.02-.196 1.412-.588.392-.392.588-.862.588-1.412v-8c0-.55-.196-1.02-.588-1.412A1.925 1.925 0 0 0 19 10h-2a.968.968 0 0 0-.713.287A.968.968 0 0 0 16 11c0 .283.095.521.287.713.192.192.43.287.713.287h2v8H9v-8h2a.968.968 0 0 0 .713-.287A.968.968 0 0 0 12 11a.968.968 0 0 0-.287-.713A.968.968 0 0 0 11 10Z" style="fill:#000"/>
<path d="M14 4.4c-.267 0-.5.1-.7.3l-2.6 2.6c-.2.2-.296.433-.288.7.008.267.104.5.287.7.2.2.435.303.701.312.267.008.5-.087.7-.287l.9-.9V15c0 .283.095.521.287.713.192.192.43.287.713.287a.968.968 0 0 0 .713-.287A.968.968 0 0 0 15 15V7.824l.875.875c.2.2.438.301.713.301.275 0 .513-.1.713-.3.183-.2.273-.437.273-.712a.931.931 0 0 0-.273-.687l-2.602-2.602A.956.956 0 0 0 14 4.4Z" style="fill:#000"/>
</svg>

After

Width:  |  Height:  |  Size: 927 B