Change the layout icon in the conference call

This commit is contained in:
Benoit Martins 2025-09-15 10:50:27 +02:00
parent 014e7c575e
commit 42997d6891
3 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "layout.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V96H40V56ZM40,112H96v88H40Zm176,88H112V112H216v88Z"></path></svg>

After

Width:  |  Height:  |  Size: 274 B

View file

@ -2219,7 +2219,7 @@ struct CallView: View {
changeLayoutSheet = true
} label: {
HStack {
Image("notebook")
Image("layout")
.renderingMode(.template)
.resizable()
.foregroundStyle(.white)
@ -2648,7 +2648,7 @@ struct CallView: View {
changeLayoutSheet = true
} label: {
HStack {
Image("notebook")
Image("layout")
.renderingMode(.template)
.resizable()
.foregroundStyle(.white)