Using now Marius' new icon as it has same size as other two tab icons

This commit is contained in:
dankito 2020-09-01 17:51:35 +02:00
parent 0f081006ed
commit 3ca7c2a3cf
3 changed files with 104 additions and 1 deletions

View File

@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "new.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}

View File

@ -0,0 +1,88 @@
%PDF-1.7
1 0 obj
<< >>
endobj
2 0 obj
<< /Length 3 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm
0.596078 0.592157 0.572549 scn
12.000000 0.000000 m
18.627417 0.000000 24.000000 5.372583 24.000000 12.000000 c
24.000000 18.627417 18.627417 24.000000 12.000000 24.000000 c
5.372583 24.000000 0.000000 18.627417 0.000000 12.000000 c
0.000000 5.372583 5.372583 0.000000 12.000000 0.000000 c
h
11.272544 19.262787 m
11.265584 19.754541 11.632695 20.000000 11.999791 20.000000 c
12.366895 20.000000 12.734310 19.754541 12.727037 19.262787 c
12.727037 12.727312 l
19.262306 12.727312 l
20.245783 12.741233 20.245783 11.258884 19.262306 11.272775 c
12.727037 11.272775 l
12.727037 4.737299 l
12.732529 4.336187 12.412436 4.006634 12.006896 4.000090 c
11.601364 3.993753 11.266726 4.327286 11.272544 4.737299 c
11.272544 11.272775 l
4.737278 11.272775 l
4.336182 11.267284 4.006634 11.587388 4.000089 11.992941 c
3.993754 12.398488 4.327280 12.733130 4.737278 12.727312 c
11.272544 12.727312 l
11.272544 19.262787 l
h
f*
n
Q
endstream
endobj
3 0 obj
1007
endobj
4 0 obj
<< /Annots []
/Type /Page
/MediaBox [ 0.000000 0.000000 24.000000 24.000000 ]
/Resources 1 0 R
/Contents 2 0 R
/Parent 5 0 R
>>
endobj
5 0 obj
<< /Kids [ 4 0 R ]
/Count 1
/Type /Pages
>>
endobj
6 0 obj
<< /Type /Catalog
/Pages 5 0 R
>>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000034 00000 n
0000001097 00000 n
0000001120 00000 n
0000001293 00000 n
0000001367 00000 n
trailer
<< /ID [ (some) (id) ]
/Root 6 0 R
/Size 7
>>
startxref
1426
%%EOF

View File

@ -82,7 +82,7 @@ struct ContentView: View {
}
.tabItem {
VStack {
Image(systemName: "plus.circle.fill")
Image("new")
Text("New")
}
}